mirror of
https://github.com/aaif-goose/goose.git
synced 2026-06-02 06:14:27 +02:00
bf760fd630
Co-authored-by: Nahiyan Khan <nahiyan@squareup.com>
8 lines
143 B
JavaScript
8 lines
143 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
'postcss-import': {},
|
|
'tailwindcss/nesting': {},
|
|
'tailwindcss': {},
|
|
'autoprefixer': {},
|
|
},
|
|
}; |