Skip to content

Maxed out config #3543

Answered by adamwathan
Wulfheart asked this question in Help
Discussion options

You must be logged in to vote

This should be pretty ridiculous:

const colors = require('../colors')

module.exports = {
  darkMode: 'media',
  theme: {
    colors: {
      transparent: 'transparent',
      current: 'currentColor',
      ...colors,
    }
  },
  variants: [
    'responsive',
    'dark',
    'first',
    'last',
    'odd',
    'even',
    'visited',
    'checked',
    'group-hover',
    'group-focus',
    'focus-within',
    'hover',
    'focus',
    'focus-visible',
    'active',
    'disabled'
  ]
}

Hope you have a lot of hard drive space 😅

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Wulfheart
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants