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
Breakpoints have the mediatype hard coded to be screen. It is currently not possible to have a valid media query which references a different mediatype.
Removing that hard coding allows a breakpoint to be added like this
'breakpoints': (
... // as per existing
'print': 'print'
)
making it easier to control the print layout.
I have a pull request ready (my first one ever!) for this change if there is any interest.
The text was updated successfully, but these errors were encountered:
Breakpoints have the mediatype hard coded to be screen. It is currently not possible to have a valid media query which references a different mediatype.
Removing that hard coding allows a breakpoint to be added like this
making it easier to control the print layout.
I have a pull request ready (my first one ever!) for this change if there is any interest.
The text was updated successfully, but these errors were encountered: