8 lines
75 B
JavaScript
8 lines
75 B
JavaScript
|
|
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {}
|
|
}
|
|
}
|