slash-e/frontend/web/postcss.config.js
2023-08-23 09:13:42 +08:00

8 lines
113 B
JavaScript

/* eslint-disable no-undef */
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};