1 Star 3 Fork 0

欲饮琵琶码上催 / quicktab

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
postcss.config.mjs 388 Bytes
Copy Edit Raw Blame History
import autoprefixer from "autoprefixer";
import sortMediaQueries from "postcss-sort-media-queries"
export default context => {
return {
map: {
inline: false,
annotation: true,
sourcesContent: true
},
plugins: [
autoprefixer({
//禁用级联效果(厂商前缀对齐)
cascade: false
}),
sortMediaQueries()
],
}
};
1
https://gitee.com/ajiho/quicktab.git
git@gitee.com:ajiho/quicktab.git
ajiho
quicktab
quicktab
master

Search