lk-students/postcss.config.js

7 lines
93 B
JavaScript
Raw Permalink Normal View History

2024-06-19 13:42:36 +03:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};