mirror of
https://github.com/umputun/reproxy.git
synced 2025-11-29 22:08:14 +02:00
8 lines
91 B
JavaScript
8 lines
91 B
JavaScript
|
|
module.exports = {
|
||
|
|
plugins: {
|
||
|
|
tailwindcss: {},
|
||
|
|
autoprefixer: {},
|
||
|
|
cssnano: {},
|
||
|
|
},
|
||
|
|
}
|