Skip to content

Commit

Permalink
fix(card,tabs,toolbar): Make media query breakpoints follow Material …
Browse files Browse the repository at this point in the history
…spec (#9284)
  • Loading branch information
josephperrott authored and jelbourn committed Jan 29, 2018
1 parent 5d0fb95 commit d6b3cc8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/lib/core/style/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
// Media queries
// TODO: Find a way to respect media query ranges.
// TODO: For example the xs-breakpoint should not interfere with the sm-breakpoint.
$mat-xsmall: 'max-width: 600px';
$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';

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

0 comments on commit d6b3cc8

Please sign in to comment.