-
-
Notifications
You must be signed in to change notification settings - Fork 428
Closed
Description
Hi @jhnns,
I am not a node-sass expert by any means, and so I cannot comment on exactly what the desired end result should be, but I make extensive use of SASS partials in my code and the handling of them seems to have changed when moving from 0.x to 1.x.
For example:
If I have file _my-partial.scss, I would expect to (as working in 0.x) be able to reference it in my main SCSS file as @import "my-partial".
In 1.x, you have to explicitly write the underscore, but as I understand it, the underscore is what signifies to SASS that it is indeed a partial.
More info: http://sass-lang.com/guide
Many thanks for your hard work on sass-loader!
James
Metadata
Metadata
Assignees
Labels
No labels