GithubHelp home page GithubHelp logo

gulp-pxtorem's People

Contributors

agarzola avatar cuth avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

gulp-pxtorem's Issues

Exclude properties

Has any feature to exclude the propertie? For example "line-height" for vertical align in a element. I need only 'px' because line-height in rem not make vertical align in the element with height in px

modified nothing?

var raw_css = 'shidou/SDRAW/css',
    com_css = 'shidou/COMPRESSED/css',
    mobile_css = 'shidou/COMPRESSED/css/mobile';

var cssrem = function(){
    gulp.src(mobile_css + '/**/*.css')
        .pipe(pxtorem())
        .pipe(gulp.dest(mobile_css+'/m'));
};

gulp.task('sass',function () {
    gulp.src(raw_css + '/**/*.scss')
        .pipe(changed(com_css,{extension: '.css'}))
        .pipe(sourcemaps.init())
        .pipe(sass())
        .pipe(mincss())
        .pipe(sourcemaps.write('../css/map'))
        .pipe(gulp.dest(com_css))
        .on('end',cssrem);   //runs here
});

the original css (shidou\COMPRESSED\css\mobile\index.css) and the compiled css (shidou\COMPRESSED\css\mobile\m\index.css) are the same as:

div{height:10rem;width:300px;background:green}

I have no idea about why it changed nothing?

Must use propWhiteList instead of propList

Hello,

I've noticed that even though the documentation for postcss-pxtorem uses propList as an option, it seems like gulp-pxtorem still requires the old syntax to be used which is propWhiteList.

It's only after searching for a while that I found out about this older syntax, tried it out and noticed it was working that way.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.