UNPKG

139 BJavaScriptView Raw
1module.exports = {
2 syntax: "postcss-scss",
3 map: false,
4 plugins: {
5 "css-declaration-sorter": {
6 order: "smacss"
7 }
8 }
9}
\No newline at end of file