🔒️ annual upgrade
Some checks failed
continuous-integration/drone Build is failing

- also bumped tailwind to 4.x
- updated postcss to match
This commit is contained in:
2025-11-19 11:51:40 -05:00
parent 22bd762a2a
commit 48338fa795
10 changed files with 1439 additions and 1243 deletions

View File

@@ -1,10 +1,5 @@
module.exports = {
plugins: [
require('postcss-import'),
require('tailwindcss'),
require('autoprefixer'),
...(process.env.JEKYLL_ENV == "production"
? [require('cssnano')({ preset: 'default' })]
: [])
]
};
plugins: {
'@tailwindcss/postcss': {},
}
}