mirror of
https://github.com/block/goose.git
synced 2026-04-28 11:39:43 +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': {},
|
|
},
|
|
}; |