KSlab/postcss.config.js

7 lines
81 B
JavaScript
Raw Permalink Normal View History

2024-09-28 08:24:39 +00:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};