chore: replace @import with @use

This commit is contained in:
Lucas Larroche 2022-10-22 11:44:10 +07:00
parent a6f0d0ca74
commit 51a68ce0fc
39 changed files with 1197 additions and 1659 deletions

View file

@ -1,3 +1,5 @@
@use "../settings";
/**
* Dropdown ([role="list"])
*/
@ -99,7 +101,7 @@ details[role="list"] {
line-height: inherit;
cursor: pointer;
@if $enable-transitions {
@if settings.$enable-transitions {
transition: background-color var(--transition), border-color var(--transition),
color var(--transition), box-shadow var(--transition);
}