Code Monkey home page Code Monkey logo

fis-preprocessor-autoprefixer's Introduction

fis-preprocessor-autoprefixer

a autoprefixer plugin build for fis #fis-preporcessor-autoprefixer 基于fis的一个标准预处理器插件。 ##安装 npm install -g fis-preprocessor-autoprefixer

##配置信息 fis-conf.js

/*
//配置兼容信息具体参照postcss autoprefixer的配置格式
*/
fis.config.get("bowers_conf",['> 100%']);

/*
下为标准配置信息
*/
fis.config.merge({
    modules: {
        preprocessor: {
            css:"autoprefixer"
        }
    }
});

##运行 fis release

fis-preprocessor-autoprefixer's People

Contributors

mrluobo avatar

Stargazers

 avatar  avatar

Watchers

 avatar

fis-preprocessor-autoprefixer's Issues

autoprefixer之后把sourceMap去掉了,请问如何修改

// 给插件fis-parser-sass配置信息
fis.config.set('settings.parser.sass', {
    'sourceMap':true
});

fis.config.set('roadmap.ext.scss', 'css');
fis.config.set('modules.postprocessor.css', 'autoprefixer');

这样编译出来的css文件就没有sourceMap了
该怎么修改呢

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.