We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I'm having this kind of error below when trying this plugin
gulp config
function compileSass() { return gulp .src(paths.styles.src) .pipe($.purgecss({ content: ["./_src/**/*.html"] })) .pipe(gulp.dest(paths.styles.dest)); })
error message
gulp-notify: [Error running Gulp] <css input>:4:1: Unknown word
and CSS can't be compiled.
I wanna it to work.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Hi, I'm having this kind of error below when trying this plugin
To Reproduce
gulp config
error message
and CSS can't be compiled.
Expected Behavior
I wanna it to work.
Environment
Add any other context about the problem here
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: