BillTracker/postcss.config.js

2 lines
69 B
JavaScript
Raw Normal View History

2026-05-03 19:51:57 -05:00
module.exports = { plugins: { tailwindcss: {}, autoprefixer: {} } };