Files
rayhunter/bin/web/postcss.config.js
Will Greenberg fa96520fe5 wip
2025-04-14 11:54:27 -07:00

7 lines
79 B
JavaScript

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