-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
@jarstelfox found a bug that creates inconsistent Chakra breakpoint behavior. Basically, we are mixing breakpoint values - our primitive px
values and Chakra's em
values.
Let's fix that by expanding primitive breakpoints to match Chakras, so we can pass them all without explicitly defining:
// theme/foundations/breakpoints.ts
import { createBreakpoints } from '@chakra-ui/theme-tools';
import { breakpoint } from '@core-ds/primitives';
export default createBreakpoints(breakpoint);
TO-DO:
- Add
base
value of0px
2xl
value was added in dd8e16d
jarstelfox
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request