FezVrasta/popper.js

View on GitHub
website/postcss.config.js

Summary

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