Sep 26, 2018
0
Level 16
Proper Way To Import SCSS Files
I've stumbled across a depreciation message while running npm run dev after doing my js package updates.
Including .css files with @import is non-standard behaviour which will be removed in future versions of LibSass.
The github issue related to this is a bit unclear as to providing good alternatives to using @import.
https://github.com/sass/node-sass/issues/2362
Can anyone provide some insight on the proper way to import scss/css files?
Thanks!
Please or to participate in this conversation.