mirror of
https://github.com/penxio/penx.git
synced 2026-01-12 15:08:14 -05:00
9 lines
140 B
JavaScript
9 lines
140 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
"postcss-import": {},
|
|
"tailwindcss/nesting": {},
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|