mirror of
https://github.com/codeforreal1/compressO
synced 2026-04-21 15:47:56 +00:00
7 lines
82 B
TypeScript
7 lines
82 B
TypeScript
|
|
module.exports = {
|
||
|
|
plugins: {
|
||
|
|
tailwindcss: {},
|
||
|
|
autoprefixer: {},
|
||
|
|
},
|
||
|
|
}
|