Skip to content

Extending the default breakpoints #31

Answered by barvian
mboisvertdupras asked this question in Q&A
Discussion options

You must be logged in to vote

Hi! You should be able to extend them like so:

import fluid, { extract, screens } from 'fluid-tailwind'

export default {
  theme: {
    screens,
    extend: {
      screens: {
        '2xl': '100rem'
      }
    }
  }
  // ...
}

Let me know if that works as you'd expect.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mboisvertdupras
Comment options

Answer selected by mboisvertdupras
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #30 on June 19, 2024 15:38.