site/postcss.config.js

7 lines
73 B
JavaScript
Raw Permalink Normal View History

2024-04-02 17:35:26 -07:00
export default {
2024-04-04 15:34:04 -07:00
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};