You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds variables and mixins to the `sass-variables` package to allow for
configuring and responding to different breakpoints.
There are three breakpoints: small, medium, and large:
- Portrait-mode phones tend to be smaller than 'small'
- Landscape-mode phones tend to be between 'small' and 'medium'
- Tablets and small browser windows tend to be between 'medium' and 'large'
- Browser windows and some landscape-mode tablets tend to be larger
than 'large'
Default breakpoints can be overridden by defining your own
`@breakpoints` map in your stylesheets before importing
`sass-variables`.
Two mixins are included:
- `respond-above` applies styels to widths greater than the given size
- `respond-below` applies styles to widths below the given size
0 commit comments