mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-04 20:54:53 +00:00
7 lines
93 B
JavaScript
7 lines
93 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
"@tailwindcss/postcss": {},
|
|
autoprefixer: {},
|
|
},
|
|
}
|