Files
weedmap/postcss.config.js
T
2024-02-23 21:48:05 +01:00

7 lines
80 B
JavaScript

export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}