aboutsummaryrefslogtreecommitdiffstats
path: root/src/_props.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/_props.scss')
-rw-r--r--src/_props.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_props.scss b/src/_props.scss
index cdb96c2..db24dff 100644
--- a/src/_props.scss
+++ b/src/_props.scss
@@ -121,7 +121,7 @@ $namespace-context-id: 'namespace' !default;
121 $ns-key: get-ns-key(); 121 $ns-key: get-ns-key();
122 122
123 @if $ns-key != null { 123 @if $ns-key != null {
124 $map: ($ns-key: $map) 124 $map: ($ns-key: $map);
125 } 125 }
126 } 126 }
127 127
@@ -303,7 +303,7 @@ $namespace-context-id: 'namespace' !default;
303 $map: map-remove($map, $skip...); 303 $map: map-remove($map, $skip...);
304 304
305 @if type-of($prefix) == list { 305 @if type-of($prefix) == list {
306 $prefix: functions.str-implode($prefix) 306 $prefix: functions.str-implode($prefix);
307 } 307 }
308 308
309 @if not $global { 309 @if not $global {