Files
stream.graff.tech-client/postcss.config.js
T
2023-08-07 15:05:18 +05:00

7 lines
80 B
JavaScript

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