Closed amannn closed 3 years ago
Thanks for the contribution.
example
directory. If appropriate, add a new example.Can you try to find another reviewer familiar with these changes? @Tomburgs can you help?
@amannn, @Tomburgs Should we merge/release in your opinions? or wait for improvements? See my question above.
Should we let folks try the master branch before I push out a release?
Thanks @amannn and @Tomburgs!
Thanks a lot for merging this @justin808!
@amannn I'll push the release when you give me the π .
I've just tried this out in my project and it works both with single and double quotes for me.
However what I did see, is that you can get an error when you have mixed quotes:
SassError: SassError: There's already a module with namespace "math".
β·
1 β @use 'sass:math';
β ββββββββββββββββ original @use
... β
6 β @use "sass:math";
β ^^^^^^^^^^^^^^^^ new @use
It's currently not an issue for me though.
Shipped!
@justin808 Related to https://github.com/shakacode/sass-resources-loader/pull/142, I noticed double quotes need to be handled separately.
Also sorry for the subtle bug that slipped in in #142!
This change isβ