@react-md/core 6.5.1 → 6.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_utils.scss +3 -0
- package/package.json +1 -1
package/dist/_utils.scss
CHANGED
|
@@ -142,6 +142,9 @@ $_swappable-properties: text-align;
|
|
|
142
142
|
/// @returns {String} the name to be used in a `var()`
|
|
143
143
|
@function get-var-name($variables, $name, $group) {
|
|
144
144
|
@if $group == icon {
|
|
145
|
+
@if $name == symbol-fill {
|
|
146
|
+
@return --rmd-symbol-fill;
|
|
147
|
+
}
|
|
145
148
|
@if $name == symbol-grade {
|
|
146
149
|
@return --rmd-symbol-grad;
|
|
147
150
|
}
|