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
Sass is not compiling variables globally when using @use instead of @import. This causes the need to add the @use variables declaration on EACH .scss file using variables, mixins, functions, etc...
Hello Compile-Hero
When using the SASS / SCSS compile feature, it doesn't compile the added files when using the
@use
rule.theme.scss
Compiles To
theme.css
The text was updated successfully, but these errors were encountered: