[Scummvm-git-logs] scummvm-web master -> 532c9f08f487b952515cc0a8db1301730c0a85c4
lephilousophe
noreply at scummvm.org
Fri Dec 26 20:51:13 UTC 2025
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://api.github.com/repos/scummvm/scummvm-web .
Summary:
532c9f08f4 CSS: Remove now useless workaround
Commit: 532c9f08f487b952515cc0a8db1301730c0a85c4
https://github.com/scummvm/scummvm-web/commit/532c9f08f487b952515cc0a8db1301730c0a85c4
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2025-12-26T21:50:49+01:00
Commit Message:
CSS: Remove now useless workaround
Changed paths:
scss/abstracts/_mixins.scss
diff --git a/scss/abstracts/_mixins.scss b/scss/abstracts/_mixins.scss
index 4cf3d346..c3627629 100644
--- a/scss/abstracts/_mixins.scss
+++ b/scss/abstracts/_mixins.scss
@@ -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;
More information about the Scummvm-git-logs
mailing list