You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we run rails g komponent:install, let's create a file in frontend/base/variables.(s)css
When we generate a component, we should @import the variables file by default in the generated (S)CSS file. Make sure that the path is right (especially for nested components).
Or maybe we could add some configuration to be able to always import with @import "base/variables";
It's possible with https://github.com/postcss/postcss-import but we have to check with Sass.
The text was updated successfully, but these errors were encountered:
When we run
rails g komponent:install
, let's create a file infrontend/base/variables.(s)css
When we generate a component, we should
@import
the variables file by default in the generated (S)CSS file. Make sure that the path is right (especially for nested components).Or maybe we could add some configuration to be able to always import with
@import "base/variables";
It's possible with https://github.com/postcss/postcss-import but we have to check with Sass.
The text was updated successfully, but these errors were encountered: