Files
storycove/frontend/postcss.config.js
Stefan Hardegger 68c7c8115f Intial Setup
2025-07-21 08:47:52 +02:00

6 lines
82 B
JavaScript

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