hknsh-house/postcss.config.js

7 lines
75 B
JavaScript
Raw Normal View History

2024-11-10 17:25:53 +00:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};