pankod/refine

View on GitHub
packages/devtools-ui/postcss.config.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  plugins: {
    tailwindcss: {},
    autoprefixer: {},
  },
};