mirror of
https://github.com/nikdoof/pocket-id.git
synced 2025-12-15 15:52:18 +00:00
7 lines
93 B
JavaScript
7 lines
93 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
"@tailwindcss/postcss": {},
|
|
autoprefixer: {},
|
|
},
|
|
}
|