Closed
Description
I tried to set custom breakpoints using flexa object:
const nightTheme = {
flexa: {
gutter: {
xs: 1,
sm: 2,
md: 2,
lg: 3,
},
breakpoints: {
xs: 0,
sm: 22,
md: 44,
lg: 66,
},
columns: 24,
},
The columns and gutter changed but the breakpoints remained the flexa defaults.
Expected Behavior
The custom breakpoints are displayed.