refactor: update $css-var-prefix name

This commit is contained in:
Lucas Larroche 2023-12-28 13:21:52 +07:00
parent 2c97dc3ae5
commit 3c96e6043b
41 changed files with 866 additions and 759 deletions

View file

@ -15,9 +15,9 @@
// 2. Add the correct box sizing in Firefox
hr {
height: 0; // 2
margin: var(#{$}typography-spacing-vertical) 0;
margin: var(#{$css-var-prefix}typography-spacing-vertical) 0;
border: 0;
border-top: 1px solid var(#{$}muted-border-color);
border-top: 1px solid var(#{$css-var-prefix}muted-border-color);
color: inherit; // 1
}