lyntr/postcss.config.js
2024-07-07 11:09:13 +03:00

7 lines
73 B
JavaScript

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