WIP Theme: Update to pico-css v2

This commit is contained in:
jtbx 2026-05-23 15:58:16 +02:00
commit d4f658c420
96 changed files with 6261 additions and 46 deletions

View file

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