This repository has been archived by the owner on Jan 6, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 771
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(breakpoints): support print media (#367)
Previous breakpoints defined mediaQueries like `screen and (max-width: 599px)`. This means that all responsive layouts (using .xs, .sm, etc.) will not print properly since `@media print` is excluded by the `screen and ...` breakpoint definitions. Remove all `screen and ` @media prefixes; so the layouts will appear the same on both display and print devices. Fixes #361.
- Loading branch information
1 parent
635c4f5
commit 37a0b85
Showing
1 changed file
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters