custom-config.js 144 B

123456789
  1. module.exports = {
  2. content: [{ raw: '<div class="mobile:font-bold"></div>' }],
  3. theme: {
  4. screens: {
  5. mobile: '400px',
  6. },
  7. },
  8. }