collapse all changes

This commit is contained in:
Michael DiLeo
2025-08-13 15:54:35 -05:00
parent 674faaea4a
commit 180a378b23
302 changed files with 315117 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
module.exports = {
syntax: "postcss-scss",
map: false,
plugins: {
"css-declaration-sorter": {
order: "smacss"
}
}
}