Files
TIF22A_AnwProjekt_B/anwendung/postcss.config.js
T
2023-05-02 14:22:01 +02:00

7 lines
82 B
JavaScript

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