Open alizedebray opened 1 day ago
The "Foundations / Layout / Breakpoints" page document the media query mixins from the styles package.
In the past we offered the 4 bootstrap mixins: media-breakpoint-up, media-breakpoint-down, media-breakpoint-between, and media-breakpoint-only.
media-breakpoint-up
media-breakpoint-down
media-breakpoint-between
media-breakpoint-only
As we want to remove bootstrap dependency we recreated the mixins here: packages/styles/src/mixins/_media.scss.
packages/styles/src/mixins/_media.scss
This ticket is to complete the new medi quesry mixin set and to correctly document them.
The "Foundations / Layout / Breakpoints" page document the media query mixins from the styles package.
In the past we offered the 4 bootstrap mixins:
media-breakpoint-up
,media-breakpoint-down
,media-breakpoint-between
, andmedia-breakpoint-only
.As we want to remove bootstrap dependency we recreated the mixins here:
packages/styles/src/mixins/_media.scss
.This ticket is to complete the new medi quesry mixin set and to correctly document them.