tonybark.com/postcss.config.js
2024-12-03 10:07:06 -08:00

6 lines
79 B
JavaScript

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