mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-21 13:23:07 +01:00
9 lines
140 B
TypeScript
9 lines
140 B
TypeScript
module.exports = {
|
|
plugins: {
|
|
"postcss-mixins": {},
|
|
"tailwindcss/nesting": {},
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|