aboutsummaryrefslogtreecommitdiffstats
path: root/src/_props.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/_props.scss')
-rw-r--r--src/_props.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_props.scss b/src/_props.scss
index 196e2f9..8d84aa1 100644
--- a/src/_props.scss
+++ b/src/_props.scss
@@ -300,7 +300,7 @@ $namespace-context-id: 'namespace' !default;
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: '', $global: false) {
303 $map: get-static($root, $tree); 303 $map: get-static($root, $tree, $global: $global);
304 $map: map-remove($map, $skip...); 304 $map: map-remove($map, $skip...);
305 305
306 @if type-of($prefix) == list { 306 @if type-of($prefix) == list {