tailwind.config.js 82 B

1234567
  1. module.exports = {
  2. theme: {
  3. extend: {}
  4. },
  5. variants: {},
  6. plugins: []
  7. }