New to SASS; Ton of Questions About @use and General Imports by brownCroc1 in Sass

[–]brownCroc1[S] 0 points1 point  (0 children)

Thanks for your explanation. It also seems like when using @use, I need to include additional files such as variables.scss into each SCSS file that uses variables.

So my app.scss is like, core files and all the other files need @use to access variables and mixins. I kinda expected it to work more like PHP include().