mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 12:05:28 +00:00
chore(postcss): add PostCSS nesting plugin
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
module.exports = {
|
||||
plugins: [
|
||||
require('autoprefixer'),
|
||||
// require('cssnano')
|
||||
],
|
||||
plugins: {
|
||||
'postcss-import': {},
|
||||
'tailwindcss/nesting': 'postcss-nesting',
|
||||
tailwindcss: {},
|
||||
autoprefixer: {},
|
||||
// cssnano: {},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user