Skip to content

Commit 7672913

Browse files
josephperrottjelbourn
authored andcommitted
fix(card,tabs,toolbar): Make media query breakpoints follow Material spec (#9284)
1 parent 075464f commit 7672913

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/lib/core/style/_variables.scss

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
// Media queries
2-
// TODO: Find a way to respect media query ranges.
3-
// TODO: For example the xs-breakpoint should not interfere with the sm-breakpoint.
4-
$mat-xsmall: 'max-width: 600px';
5-
$mat-small: 'max-width: 960px';
2+
// TODO(josephperrott): Change $mat-xsmall and $mat-small usages to rely on BreakpointObserver,
3+
$mat-xsmall: 'max-width: 599px';
4+
$mat-small: 'max-width: 959px';
65

76
// TODO(crisbeto): this isn't being used anywhere within Material. keeping for backwards compat.
87
$mat-font-family: Roboto, 'Helvetica Neue', sans-serif !default;

0 commit comments

Comments
 (0)