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
Is there a way to solve this problem?
The text was updated successfully, but these errors were encountered:
Can you share your config ? Never see that.
Sorry, something went wrong.
gulpfile looks like.
gulp.task('compass', function(){ gulp.src([sassWatchFiles]) .pipe(plumber()) .pipe(compass({ config_file : 'config.rb', comments : false, css : cssDirectory, sass: sassDirectory })) .pipe(pleeease({ rem: ["10px"], minifier: false, browsers: ['IE > 6', 'Firefox >= 0', 'iOS >= 0', 'Android >= 0', 'Opera >= 0'] })) .pipe(gulp.dest(cssDirectory)); });
Does it work before ? What is your input file ?
No branches or pull requests
Is there a way to solve this problem?
The text was updated successfully, but these errors were encountered: