Skip to content

Commit

Permalink
Update generator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisgoddard committed Mar 14, 2024
1 parent a757a42 commit d070af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Step 0. Initialize veriables
path = os.path.dirname(os.path.abspath(__file__))
types = ['background', 'color', 'fill']
version = '2.0.7'
version = '2.0.9'
css_all = ''

def save_css(path, slug, suffix, css):
Expand Down

0 comments on commit d070af0

Please sign in to comment.