bannersäulen
This commit is contained in:
11
postcss.config.js
Normal file
11
postcss.config.js
Normal file
@@ -0,0 +1,11 @@
|
||||
// postcss.config.js
|
||||
module.exports = {
|
||||
plugins: {
|
||||
'postcss-import': {},
|
||||
'tailwindcss/nesting': 'postcss-nesting',
|
||||
tailwindcss: {},
|
||||
'postcss-preset-env': {
|
||||
features: { 'nesting-rules': false },
|
||||
},
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user