xcs/postcss.config.js
2024-04-03 10:15:51 +00:00

7 lines
81 B
JavaScript

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