portfolio_site/postcss.config.js
Mihkel Martin Kasterpalu 5356166474 Initial commit
2025-01-18 23:06:09 +02:00

6 lines
73 B
JavaScript

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