Adds additional safeguards for edge cases, and improves theme coverage
This commit is contained in:
@@ -53,3 +53,8 @@ $extra-large: 2800px;
|
||||
@content;
|
||||
}
|
||||
}
|
||||
@mixin big-screen-up {
|
||||
@media (min-width: #{$extra-large}) {
|
||||
@content;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user