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