Gulp-wepb-css prevents importing css file from node_modules. How to solve?
-
I want to connect the normalize.css file via import to a common scss file using import
However, the gulp-webp-css plugin throws an error.
In the gulpfile, this function is handled by the following function:
I would be glad to receive any feedback!JavaScript Anonymous, Jan 20, 2020 -
Try gulp-sass, which will compile one css file from scss files.
And the extension normalize.css must first be changed to normalize.scss.Anonymous
1 Answers
Your Answer
To place the code, please use CodePen or similar tool. Thanks you!