boring.tools-poc/apps/app/postcss.config.js
Lars Hampe a9174619d8
All checks were successful
Build and Push Docker Image / build (push) Successful in 55s
feat(app): add initial app
2024-09-30 15:13:17 +02:00

7 lines
80 B
JavaScript

export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}