test/fixtures/maps/style.scss in sass-json-vars-0.3.2 vs test/fixtures/maps/style.scss in sass-json-vars-0.3.3
- old
+ new
@@ -1,5 +1,5 @@
@import 'variables.json';
body {
- color: map-get($colors, red);
-}
\ No newline at end of file
+ color: map-get(map-get($colors, red), base);
+}