generoi / genero-design-system

https://gds.generogrowth.com/
MIT License
4 stars 0 forks source link

feat: add color and spacing variables #29

Closed henritukiainen closed 4 years ago

henritukiainen commented 4 years ago

Added variables.scss to contain reusable sass variables, currently for colors and spacing.

Added index.scss which is mostly identical to index.css but uses sass variables instead.

Storybook and Stencil now import index.scss instead of index.css.

henritukiainen commented 4 years ago

@taromorimoto is this what you had in mind for the colors? I just added the scss variables so that they may be imported on WP side instead of duplicating them. They are also used internally in GDS for the default css variables.