postcss.config.js

var autoprefixer = require("autoprefixer");

module.exports = {
    plugins: [
        autoprefixer({
            browsers: ["last 5 version"]
        })
    ]
};
複製代碼
相關文章
相關標籤/搜索