Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 291 Bytes

readme.md

File metadata and controls

10 lines (10 loc) · 291 Bytes

print_scss_prop.py

You can use this script to translate scss from this format:
border-radius: var(--border-radius, 0.5em);
To this format:

  • @prop --border-radius:
    Default: 0.5em

To do this modify the script adding the scss you want to traslate in comments