Add max-width Sass variable (#2093)
This commit is contained in:
committed by
Michael Rose
parent
29acb2a0bf
commit
e4c0689cda
@@ -48,7 +48,7 @@
|
||||
animation-delay: 0.15s;
|
||||
|
||||
@include breakpoint($x-large) {
|
||||
max-width: $x-large;
|
||||
max-width: $max-width;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user