Introduction
Easily adapt layouts for various viewports with Natura11y's responsive breakpoints.
Breakpoint Values
Natura11y includes five predefined breakpoint sizes, as shown in the table below.
Name | Modifier | Value |
---|---|---|
Small | --sm | 576px |
Medium | --md | 768px |
Large | --lg | 992px |
Extra Large | --xl | 1200px |
Extra Extra Large | --xxl | 1440px |
Breakpoint Modifiers
The Modifier column in the table above shows the breakpoint modifiers. These modifiers can be added to many component and utility classes to apply styles at specific breakpoints.
Breakpoint modifiers are always added to the end of the class name, using a double dash and a two-letter abbreviation for the breakpoint (e.g., .theme-dark--lg
). Below are some examples of how to use breakpoint modifiers.