Files
hatchet/frontend/app/postcss.config.js
T
Alexander Belanger 366c79441d first commit
2023-12-15 13:08:04 -05:00

7 lines
80 B
JavaScript

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