tonybark.com/postcss.config.js

7 lines
79 B
JavaScript
Raw Normal View History

2024-12-03 10:07:06 -08:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};