+ folder restructuring
This commit is contained in:
9
view/stylesheets/pico/postcss.config.js
Normal file
9
view/stylesheets/pico/postcss.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
module.exports = {
|
||||
syntax: "postcss-scss",
|
||||
map: false,
|
||||
plugins: {
|
||||
"css-declaration-sorter": {
|
||||
order: "smacss"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user