How can I exclude folders/files from being imported in CSS?

Viewed 9

How would I exclude folders/files from being included in a CSS @import? Would I use :not()?

I am importing a folder with many subfolders and files that I am importing. I don't want to import each subfolder individually, I just want to exclude one subfolder from the import.

What's the best way to do this?

0 Answers
Related