yude.jp/postcss.config.js

7 lines
80 B
JavaScript
Raw Normal View History

2024-01-15 13:28:35 +00:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}