We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84eb976 commit 6ed80bfCopy full SHA for 6ed80bf
components/core/util/_varMap.scss
@@ -1,4 +1,4 @@
1
-$varMap: ();
+$varMap: () !default;
2
@function get-compiling-value($cssVarRepresentation) {
3
@if map-has-key($varMap, $cssVarRepresentation) {
4
@return map-get($varMap, $cssVarRepresentation);
0 commit comments