7 lines
73 B
JavaScript
Raw Normal View History

2024-12-30 21:44:47 +00:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};