diff options
-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 | ||