todo/postcss.config.js

7 lines
93 B
JavaScript
Raw Normal View History

2024-05-02 10:06:39 +03:00
export default {
plugins: {
2024-05-08 09:57:44 +03:00
tailwindcss: {},
2024-05-02 10:06:39 +03:00
autoprefixer: {},
},
};