Initial commit of Palina Ghost theme

This commit is contained in:
2026-02-17 17:53:00 +01:00
commit f5a5eed8ab
11 changed files with 236 additions and 0 deletions

8
postcss.config.js Normal file
View File

@@ -0,0 +1,8 @@
module.exports = {
plugins: {
'@tailwindcss/nesting': {},
'@tailwindcss/postcss': {},
'autoprefixer': {},
...(process.env.NODE_ENV === 'production' ? { cssnano: {} } : {})
}
}