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

7 lines
84 B
JavaScript

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