You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mui default breakpoints range from xs to xl. Initial configuration of findable-ui required the use of xs to lg. Some applications now use a custom mid-range breakpoint. We should probably update the default configured breakpoints in findable-ui to accomodate this custom mid-range bp by shuffling the upper bp and utilising the xl key.
This will be a breaking change and an assessment of any styles using a breakpoint may need to be updated as part of this ticket.
The text was updated successfully, but these errors were encountered:
Mui default breakpoints range from
xs
toxl
. Initial configuration offindable-ui
required the use ofxs
tolg
. Some applications now use a custom mid-range breakpoint. We should probably update the default configured breakpoints infindable-ui
to accomodate this custom mid-range bp by shuffling the upper bp and utilising thexl
key.This will be a breaking change and an assessment of any styles using a breakpoint may need to be updated as part of this ticket.
The text was updated successfully, but these errors were encountered: