mirror of
https://github.com/picocss/pico.git
synced 2025-04-21 09:06:14 -04:00
9 lines
No EOL
139 B
JavaScript
9 lines
No EOL
139 B
JavaScript
module.exports = {
|
|
syntax: "postcss-scss",
|
|
map: false,
|
|
plugins: {
|
|
"css-declaration-sorter": {
|
|
order: "smacss"
|
|
}
|
|
}
|
|
} |