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