Skip to content

Unable to override the default breakpoints #61

Closed
@three60five

Description

@three60five

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.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions