junior-sheer/recommender/postcss.config.js
2024-05-03 18:07:01 -05:00

7 lines
83 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};