Files
certd/packages/ui/certd-client/postcss.config.js

7 lines
84 B
JavaScript
Raw Normal View History

2023-06-27 22:45:27 +08:00
module.exports = {
plugins: {
// tailwindcss: {},
2023-06-27 22:45:27 +08:00
autoprefixer: {}
}
};