1 2 3 4 5 6 7 8 9
module.exports = { syntax: "postcss-scss", map: false, plugins: { "css-declaration-sorter": { order: "smacss" } } }