7 lines
180 B
JavaScript
7 lines
180 B
JavaScript
![]() |
module.exports = {
|
||
|
plugins: {
|
||
|
// 'tailwindcss/nesting': {}, // https://tailwindcss.com/docs/using-with-preprocessors#nesting
|
||
|
tailwindcss: {},
|
||
|
autoprefixer: {},
|
||
|
},
|
||
|
}
|