keywind/postcss.config.js
2022-09-03 09:00:00 +01:00

6 lines
83 B
JavaScript

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