swisspost / design-system

The Swiss Post Design System - for a consistent and accessible user experience across the web platform.
https://design-system.post.ch
Apache License 2.0
125 stars 14 forks source link

Document new media query mixins #4047

Open alizedebray opened 1 day ago

alizedebray commented 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.

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.