9 lines
122 B
JavaScript
9 lines
122 B
JavaScript
![]() |
// Can't seem to make this work as ESM
|
||
|
module.exports = {
|
||
|
plugins: {
|
||
|
tailwindcss: {},
|
||
|
autoprefixer: {},
|
||
|
},
|
||
|
}
|
||
|
|