mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-17 06:04:23 +01:00
8 lines
143 B
JavaScript
8 lines
143 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
'postcss-import': {},
|
|
'tailwindcss/nesting': {},
|
|
'tailwindcss': {},
|
|
'autoprefixer': {},
|
|
},
|
|
}; |