mirror of
https://github.com/scummvm/scummvm-web.git
synced 2026-05-21 05:40:47 +00:00
CSS: Remove now useless workaround
This commit is contained in:
@@ -16,12 +16,7 @@ $themes: null !default;
|
||||
$raw-query: map.get($breakpoints, $breakpoint);
|
||||
|
||||
@if $raw-query {
|
||||
$query: null;
|
||||
@if meta.type-of($raw-query) == "string" {
|
||||
$query: string.unquote($raw-query);
|
||||
} @else {
|
||||
$query: meta.inspect($raw-query);
|
||||
}
|
||||
$query: if(sass(meta.type-of($raw-query) == "string"): string.unquote($raw-query); else: meta.inspect($raw-query));
|
||||
|
||||
@media #{$query} {
|
||||
@content;
|
||||
|
||||
Reference in New Issue
Block a user