sass file structure using @use and @forward
hi iam trying to wrap my head around sass file structure and i got lost in
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.scssin
/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 .