refactor: prefix css vars

This commit is contained in:
Lucas Larroche 2022-10-22 13:11:51 +07:00
parent cba8f385c2
commit c5a1ffc733
40 changed files with 2334 additions and 2329 deletions

View file

@ -1,4 +1,4 @@
@use "../settings";
@use "../settings" as *;
/**
* Miscs
@ -14,14 +14,14 @@
hr {
height: 0; // 2
border: 0;
border-top: 1px solid var(--muted-border-color);
border-top: 1px solid var(#{$}muted-border-color);
color: inherit; // 1
}
// Add the correct display in IE 10+
[hidden],
template {
@if settings.$enable-important {
@if $enable-important {
display: none !important;
} @else {
display: none;