Sublime Text3中Autoprefixer的配置方法

{
    "browsers": ["last 7 versions"],
    "cascade": true,
    "remove": true
}
[
    { "keys": ["ctrl+alt+shift+p"], "command": "autoprefixer" }
]
原文地址:https://www.cnblogs.com/LiuYanYGZ/p/12350178.html