hotfix: nesting

This commit is contained in:
Mirus
2024-12-07 11:47:47 +02:00
parent 0dad1a9454
commit 588095c0a1

View File

@@ -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;
}
$phone: 684px;
$tablet: 900px;