preciazo/sepa/sitio2/postcss.config.js

7 lines
73 B
JavaScript
Raw Permalink Normal View History

2024-09-14 13:34:36 +00:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};