AdelieStack/postcss.config.js
Bradley Shellnut 2c2f33ea68
Initial commit
2024-12-31 22:43:09 +00:00

6 lines
73 B
JavaScript

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