Kevin Powell - CommunityKP-C
Kevin Powell - Community12mo ago
4 replies
ilyes

sass file structure using @use and @forward

hi iam trying to wrap my head around sass file structure and i got lost in@use and @forwardimplementation for example my file structure is like this ;
util ┣ _variable.scss ┣ _reset.scss ┣ _utilities.scss ┣ _mixins.scss ┗ _index.scss _index.scss style.scss
in /util/_index.scss i use forward for every file but how can i make /util compile in /_index.scss then make accessible by /style.scss i beleive that part is done by @use,the rest couldnt figure it out .
Was this page helpful?