Files
stellar/client/postcss.config.cjs

8 lines
82 B
JavaScript
Raw Normal View History

2026-03-22 23:33:24 -05:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};