From 588095c0a1c16bb46e93e6a02e0775512f546dca Mon Sep 17 00:00:00 2001 From: Mirus Date: Sat, 7 Dec 2024 11:47:47 +0200 Subject: [PATCH] hotfix: nesting --- assets/css/variables.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/assets/css/variables.scss b/assets/css/variables.scss index f93d96f..9764e04 100644 --- a/assets/css/variables.scss +++ b/assets/css/variables.scss @@ -5,11 +5,11 @@ --color: white; --border-color: rgba(255, 255, 255, .1); --article-link-color: var(inherit); +} - // Native CSS Variable aren't supported in a combination with MEDIA QUERIES. Wait for a new standard https://drafts.csswg.org/css-env-1/ - // --phone: "max-width: 684px"; - // --tablet: "max-width: 900px"; +// Native CSS Variable aren't supported in a combination with MEDIA QUERIES. Wait for a new standard https://drafts.csswg.org/css-env-1/ +// --phone: "max-width: 684px"; +// --tablet: "max-width: 900px"; - $phone: 684px; - $tablet: 900px; -} \ No newline at end of file +$phone: 684px; +$tablet: 900px; \ No newline at end of file