Closed mehcode closed 7 years ago
With prefix: "_" declared I'd like the import to be able to import either test.scss or _test.scss with a preference to the prefixed one if both are found.
prefix: "_"
test.scss
_test.scss
This isn't working for me. Still not falling back to non prefixed version of file.
Could you provide more detail?
It's working now, must have been a problem elsewhere. :)
With
prefix: "_"
declared I'd like the import to be able to import eithertest.scss
or_test.scss
with a preference to the prefixed one if both are found.