arifszn/gitprofile

View on GitHub
postcss.config.js

Summary

Maintainability
A
0 mins
Test Coverage
export default {
  plugins: {
    tailwindcss: {},
    autoprefixer: {},
  },
};