Initial commit of Palina Ghost theme
This commit is contained in:
8
postcss.config.js
Normal file
8
postcss.config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
module.exports = {
|
||||
plugins: {
|
||||
'@tailwindcss/nesting': {},
|
||||
'@tailwindcss/postcss': {},
|
||||
'autoprefixer': {},
|
||||
...(process.env.NODE_ENV === 'production' ? { cssnano: {} } : {})
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user