Removed mobile width variable as it isn't used elsewhere
This commit is contained in:
parent
4b6808430d
commit
fb61a1d6b6
|
@ -19,12 +19,9 @@ $helvetica: Helvetica, Arial, sans-serif;
|
||||||
$helveticaNeue: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
$helveticaNeue: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
$georgia: Georgia, serif;
|
$georgia: Georgia, serif;
|
||||||
|
|
||||||
// Breakpoints
|
// Mobile breakpoints
|
||||||
$mobile-width: 520px !default;
|
|
||||||
|
|
||||||
// Mobile breakpoint
|
|
||||||
@mixin mobile {
|
@mixin mobile {
|
||||||
@media screen and (max-width: $mobile-width) {
|
@media screen and (max-width: 520px) {
|
||||||
@content;
|
@content;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue