aboutsummaryrefslogtreecommitdiffstats
path: root/src/_props.scss
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2022-02-05 08:57:44 +0100
committerVolpeon <git@volpeon.ink>2022-02-05 08:57:44 +0100
commitbab633f8a6faf4be7cd4ebd16b1b5c270d95320a (patch)
treeb258ed5e51aaa51fe70b841495b2038124ed7415 /src/_props.scss
parentFix (diff)
downloadiro-sass-bab633f8a6faf4be7cd4ebd16b1b5c270d95320a.tar.gz
iro-sass-bab633f8a6faf4be7cd4ebd16b1b5c270d95320a.tar.bz2
iro-sass-bab633f8a6faf4be7cd4ebd16b1b5c270d95320a.zip
Lint
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 {