-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
P4A relatively minor issue that is not relevant to core functionsA relatively minor issue that is not relevant to core functions
Description
Bug, feature request, or proposal:
Proposing the following:
$mat-xsmall: 'max-width: 600px'; // -> 599px
$mat-small: 'max-width: 960px'; // -> 959px
What is the use-case or motivation for changing an existing behavior?
The flex-layout library uses max-width: 599px
and max-width: 959px
for their xsmall and small breakpoints, respectively.
However, material2 uses 600px
and 960px
, respectively.
This causes a 1px gap between media-query changes.
wyers
Metadata
Metadata
Assignees
Labels
P4A relatively minor issue that is not relevant to core functionsA relatively minor issue that is not relevant to core functions