tailwind.config.js 99 B

123456
  1. module.exports = {
  2. darkMode: 'class', // or 'media'
  3. theme: {},
  4. variants: {},
  5. plugins: []
  6. }