Add max-width Sass variable (#2093)

This commit is contained in:
Luis Puerto
2019-04-09 02:59:58 +02:00
committed by Michael Rose
parent 29acb2a0bf
commit e4c0689cda
4 changed files with 4 additions and 3 deletions

View File

@ -26,7 +26,7 @@
font-family: $sans-serif-narrow;
@include breakpoint($x-large) {
max-width: $x-large;
max-width: $max-width;
}
nav {