4 lines
142 B
JavaScript
4 lines
142 B
JavaScript
// Can't seem to make this work as ESM
|
|
module.exports = {
|
|
plugins: ['tailwindcss/nesting', 'tailwindcss', 'autoprefixer', 'postcss-for'],
|
|
}
|