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
Each SCSS files is compiled separatly. You have to import the _variables.scss from bootstrap to gain access to their variables.
Add this in your styles.scss:
My global scss configuration is under Layout module and has next code (simplified)
I create new module Cart with next configuration
In
style.scss
I put simple codeBut after page reload I get error
How can I get variables from
_bootstrap.scss
loaded in my Layout module?P.S. I know this error refers to the module Leafo\ScssPhp but maybe you know how to fix it at the configuration level.
The text was updated successfully, but these errors were encountered: