tailwind.config.js 190 B

1234567891011
  1. module.exports = {
  2. content: ['./src/pages/**/*.{js,ts,jsx,tsx}', './src/components/**/*.{js,ts,jsx,tsx}'],
  3. theme: {
  4. extend: {}
  5. },
  6. variants: {
  7. extend: {}
  8. },
  9. plugins: []
  10. }