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

7 lines
84 B
JavaScript
Raw Normal View History

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