metaforecast/postcss.config.js

8 lines
104 B
JavaScript
Raw Permalink Normal View History

2022-03-16 21:02:34 +00:00
// postcss.config.js
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};