Questions tagged [gulp-clean-css]

A Gulp plugin that minifies css with clean-css

A simple gulp plugin, which means it's nothing more than a thin wrapper around clean-css.

33 questions
0
votes
1 answer

Add gulp-clean-css to existing gulpfile.js

An associate of mine gave me a file called gulpfile.js, which had the following code in it. It watches and compiles my scss files upon save. var gulp = require('gulp'), gutil = require('gulp-util'), browserify =…
Oliver Martin
  • 101
  • 1
  • 2
  • 8
0
votes
0 answers

Disabled pseudo-class not working after minification

currently I'm using the following plugin: gulp-clean-css This is my layout:
DJ22T
  • 1,628
  • 3
  • 34
  • 66
0
votes
1 answer

gulp-clean-css cleaning / removing duplicated css when using @extend

I'm having a weird problem with @extend on scss. when i extend some %placeholder that have repetitive properties, the gulp-clean-css merge them, and I don't want that to happen. Here's an example: foo.scss %one { font-size: 16px; width:…
sandrina-p
  • 3,794
  • 8
  • 32
  • 60
1 2
3