diretto/postcss.config.js

7 lines
95 B
JavaScript

module.exports = {
plugins: {
autoprefixer: {},
tailwindcss: "./tailwind.config.js"
}
};