Chrysoblog/postcss.config.js

7 lines
73 B
JavaScript
Raw Permalink Normal View History

2024-09-11 07:54:39 -07:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};