saveweb-search-frontend/postcss.config.cjs

7 lines
83 B
JavaScript
Raw Permalink Normal View History

2023-04-01 04:49:45 -07:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};