Revert "Temp: test @supports query for CSS custom props"

This reverts commit df64807384.
This commit is contained in:
Deimos
2020-09-14 17:38:37 -06:00
parent df64807384
commit 7afbcb85d0

View File

@@ -141,13 +141,6 @@
$theme: init-theme($selected-theme);
$is-light: is-color-bright(map-get($theme, "background-primary"));
// Temp: test whether this @supports query works for some users with older browsers
@supports not (--test: green) {
#sidebar {
background-color: #fff;
}
}
// When creating CSS custom properties and using any of Sass' capabilities
// you'll have to interpolate it with the Sass syntax `#{...}` as seen below.
--alert: #{map-get($theme, "alert")};