KRecipes/postcss.config.js
2024-10-18 03:00:41 +00:00

7 lines
81 B
JavaScript

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