Breakpoints
Responsive breakpoints for mobile-first design.
Responsive Breakpoints
#Foundation CSS uses a mobile-first approach with three breakpoints that cover all device sizes. All utility classes support responsive prefixes.
Breakpoint | Prefix | Min Width | Target Devices |
---|---|---|---|
Default | - |
0px |
All devices (mobile-first) |
Small | sm: |
600px |
Tablets |
Medium | md: |
1008px |
Desktops |
Large | lg: |
1280px |
Large desktops |
Customization
SCSS Variables
Breakpoints are defined as SCSS variables. You can use them in your custom styles or override them: