diff options
author | Volpeon <git@volpeon.ink> | 2024-06-21 12:05:25 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-06-21 12:05:25 +0200 |
commit | 972879aafb6cb2168178948471b96de6361b2e50 (patch) | |
tree | b60daf07a83fe28fcf7b7d098993ddee58fae402 /src | |
parent | Fix (diff) | |
download | iro-sass-972879aafb6cb2168178948471b96de6361b2e50.tar.gz iro-sass-972879aafb6cb2168178948471b96de6361b2e50.tar.bz2 iro-sass-972879aafb6cb2168178948471b96de6361b2e50.zip |
Update
Diffstat (limited to 'src')
-rw-r--r-- | src/_props.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_props.scss b/src/_props.scss index 8d84aa1..1494203 100644 --- a/src/_props.scss +++ b/src/_props.scss | |||
@@ -299,7 +299,7 @@ $namespace-context-id: 'namespace' !default; | |||
299 | /// @param {string} $tree [$default-tree] - ID of the property tree to use | 299 | /// @param {string} $tree [$default-tree] - ID of the property tree to use |
300 | /// @param {string} $root [()] - Sub-tree to use for assignment | 300 | /// @param {string} $root [()] - Sub-tree to use for assignment |
301 | /// | 301 | /// |
302 | @mixin assign($tree: $default-tree, $root: (), $skip: (), $prefix: '', $global: false) { | 302 | @mixin assign($tree: $default-tree, $root: (), $skip: (), $prefix: $root, $global: false) { |
303 | $map: get-static($root, $tree, $global: $global); | 303 | $map: get-static($root, $tree, $global: $global); |
304 | $map: map-remove($map, $skip...); | 304 | $map: map-remove($map, $skip...); |
305 | 305 | ||