Files
Trackeep/Others/oauth-service/postcss.config.cjs
T
Tomas Dvorak d27cf14110 first test
2026-02-08 14:14:55 +01:00

7 lines
82 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}