flyntwp / generator-flynt

A Yeoman generator to create Flynt Components
https://flyntwp.com
MIT License
20 stars 5 forks source link

Update lookup variables inside templates #9

Closed bdbch closed 7 years ago

bdbch commented 7 years ago

Problem The lookup variables are still written in kebab-case, while we moved to camelCase in the official flynt-theme.

See here https://github.com/flyntwp/generator-flynt/blob/master/generators/component/templates/custom/style.styl#L1

$global-layout-scale should actually be $globalLayoutScale. Same with the other variables.