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

@ -34,6 +34,6 @@
[type="checkbox"],
[type="radio"],
[type="range"] {
accent-color: var(#{$}primary);
accent-color: var(#{$css-var-prefix}primary);
}
}