pleeease icon indicating copy to clipboard operation
pleeease copied to clipboard

value at the time of conversion of px from rem might be multiple output.

Open kamem opened this issue 10 years ago • 3 comments

2015-03-29 17 14 07

Is there a way to solve this problem?

kamem avatar Mar 29 '15 08:03 kamem

Can you share your config ? Never see that.

iamvdo avatar Mar 29 '15 09:03 iamvdo

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));
});

kamem avatar Mar 29 '15 10:03 kamem

Does it work before ? What is your input file ?

iamvdo avatar Mar 29 '15 20:03 iamvdo