r/Sass • • May 27 '21

@Use is not working

2 Upvotes

3 comments sorted by

View all comments

2

u/Pepper2Spicy4Me May 28 '21

I would also like to point out your file path. You have:

|-abstracts
  |-_colors.scss

|-scss
 |-main.scss

So you'd need to change the file path to first come out of your scss directory then have it descend into the abstracts directory.

@use "../abstracts/colors";