8 lines
115 B
JavaScript
Executable File
Vendored
8 lines
115 B
JavaScript
Executable File
Vendored
// postcss.config.js
|
|
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
}
|