Why does the compiler give me an error: Can't find stylesheet to import even though I specified the right path when using the '@use' rule?
CodePudding user response:
Try @use ../abstracts/colors @use ../abstracts/fonts
relative-path / is missing
Why does the compiler give me an error: Can't find stylesheet to import even though I specified the right path when using the '@use' rule?
CodePudding user response:
Try @use ../abstracts/colors @use ../abstracts/fonts
relative-path / is missing