mirror of
https://github.com/block/goose.git
synced 2026-04-26 10:40:45 +00:00
8 lines
No EOL
143 B
JavaScript
8 lines
No EOL
143 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
'postcss-import': {},
|
|
'tailwindcss/nesting': {},
|
|
'tailwindcss': {},
|
|
'autoprefixer': {},
|
|
},
|
|
}; |