Upgrade to latest nodejs and completely rework website

This commit is contained in:
Roman Jaroš 2025-01-11 19:11:20 +00:00
parent 07270c3aa6
commit 0372c4cd77
38 changed files with 4135 additions and 6933 deletions

View file

@ -2,9 +2,7 @@ module.exports = {
plugins: {
"postcss-import": {},
"tailwindcss/nesting": {},
tailwindcss: {
config: "./src/styles/tailwind.config.js",
},
tailwindcss: "tailwind.config.js",
autoprefixer: {},
},
};