Any strategies for changing breakpoint tokens per component? #1020
Unanswered
dungle-scrubs
asked this question in
Help
Replies: 1 comment 1 reply
-
You can still use media queries from within the component styled('div', {
'@media (min-width: 8000px)': {
// custom styles
}
}) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We often build from designs that require one section to have different breakpoints vs the rest of the design. For example,
md
could be 768px everywhere but 800px in one component.Is it possible to modify the breakpoint values for a component, resetting them afterward?
Beta Was this translation helpful? Give feedback.
All reactions