Skip to content
New issue

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

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

Open
kamem opened this issue Mar 29, 2015 · 3 comments
Open

Comments

@kamem
Copy link

kamem commented Mar 29, 2015

2015-03-29 17 14 07

Is there a way to solve this problem?

@iamvdo
Copy link
Owner

iamvdo commented Mar 29, 2015

Can you share your config ? Never see that.

@kamem
Copy link
Author

kamem commented Mar 29, 2015

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

@iamvdo
Copy link
Owner

iamvdo commented Mar 29, 2015

Does it work before ? What is your input file ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants