Files
hmc_site_source/postcss.config.js
Devon dfed01d167 First pass working on frontpage
Namely testimonials and top banner
2024-09-22 17:40:15 -07:00

7 lines
83 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};