KanBan/postcss.config.js

7 lines
81 B
JavaScript
Raw Permalink Normal View History

2024-03-24 23:38:28 +00:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};