story-generator/postcss.config.js
2024-12-19 17:13:10 -03:00

7 lines
81 B
JavaScript

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