1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-04 20:54:53 +00:00
Files
pocket-id/docs/postcss.config.js
Kyle Mendell 3a6fce5c4b docs: add landing page (#203)
Co-authored-by: Elias Schneider <login@eliasschneider.com>
2025-02-06 16:41:44 +01:00

7 lines
93 B
JavaScript

module.exports = {
plugins: {
"@tailwindcss/postcss": {},
autoprefixer: {},
},
}