At some point in the last three months, [email protected] has been promoted from _beta_ to _latest_. @dlmanning, would you be able to review the associated PR, please? Thank you!
I updated the associated PR with the latest version of node-sass released a few days ago that now supports NodeJS 12. @dlmanning, would be really, really great if this could be merged and released. Pretty please.
Updating node-sass to 4.12.0 does the trick as a work-around until this PR is merged.
This is not needed because of how SemVer works. You can always update the transient node-sass with npm update node-sass if you wish.
It would allow gulp-sass, amongst other changes in node-sass > 4.8.3, to finally be able to import .css files.
Currently the @import statements that contain .css file references end up in the built file as @import url ('path/to/example.css') instead of having their contents copied into the built file. I think it would be great to have this out of the box for gulp-sass.
Most helpful comment
At some point in the last three months, [email protected] has been promoted from _beta_ to _latest_. @dlmanning, would you be able to review the associated PR, please? Thank you!