mirror of
https://github.com/BrenBroZAYT/dashy.git
synced 2026-06-16 16:20:03 +00:00
@@ -45,6 +45,11 @@ $extra-large: 2800px;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin phone-up {
|
||||
@media (min-width: #{$tiny}) {
|
||||
@content;
|
||||
}
|
||||
}
|
||||
@mixin tablet-up {
|
||||
@media (min-width: #{$small}) {
|
||||
@content;
|
||||
@@ -70,4 +75,11 @@ $extra-large: 2800px;
|
||||
@media (max-width: #{$small - 1px}) {
|
||||
@content;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@mixin safari {
|
||||
_::-webkit-full-page-media, _:future, :root .safari_only {
|
||||
@content;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user