mirror of
https://github.com/thomiceli/opengist.git
synced 2025-01-03 16:22:40 +00:00
7 lines
99 B
JavaScript
Vendored
7 lines
99 B
JavaScript
Vendored
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
cssnano: {},
|
|
},
|
|
}
|