KSlab/postcss.config.js
2024-09-28 08:24:39 +00:00

7 lines
81 B
JavaScript

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