We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 075464f commit 7672913Copy full SHA for 7672913
src/lib/core/style/_variables.scss
@@ -1,8 +1,7 @@
1
// 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';
+// TODO(josephperrott): Change $mat-xsmall and $mat-small usages to rely on BreakpointObserver,
+$mat-xsmall: 'max-width: 599px';
+$mat-small: 'max-width: 959px';
6
7
// TODO(crisbeto): this isn't being used anywhere within Material. keeping for backwards compat.
8
$mat-font-family: Roboto, 'Helvetica Neue', sans-serif !default;
0 commit comments