raj.how/postcss.config.js

7 lines
82 B
JavaScript
Raw Permalink Normal View History

2023-10-27 16:48:26 +05:30
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}