Closed henritukiainen closed 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.
Added
variables.scss
to contain reusable sass variables, currently for colors and spacing.Added
index.scss
which is mostly identical toindex.css
but uses sass variables instead.Storybook and Stencil now import
index.scss
instead ofindex.css
.