Files
bar/postcss.config.js
T

7 lines
94 B
JavaScript
Raw Normal View History

module.exports = {
plugins: {
"@tailwindcss/postcss": {},
autoprefixer: {},
},
};