diff options
author | Volpeon <git@volpeon.ink> | 2021-03-17 18:05:42 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-03-17 18:05:42 +0100 |
commit | 8376d06f3452abe0155ff4047b2a3a65c9a87ecb (patch) | |
tree | b30b12d3c13ac7f2afc4903aa6ececf32ea149a6 /src | |
parent | Merge duplicate trees by default (diff) | |
download | iro-sass-8376d06f3452abe0155ff4047b2a3a65c9a87ecb.tar.gz iro-sass-8376d06f3452abe0155ff4047b2a3a65c9a87ecb.tar.bz2 iro-sass-8376d06f3452abe0155ff4047b2a3a65c9a87ecb.zip |
Fix
Diffstat (limited to 'src')
-rw-r--r-- | src/props-shortcodes.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/props-shortcodes.scss b/src/props-shortcodes.scss index e3e3d06..8d3d91a 100644 --- a/src/props-shortcodes.scss +++ b/src/props-shortcodes.scss | |||
@@ -25,7 +25,7 @@ | |||
25 | /// | 25 | /// |
26 | /// @alias iro-props-store | 26 | /// @alias iro-props-store |
27 | /// | 27 | /// |
28 | @function store($map, $tree: $iro-props-default-tree, $merge: false, $global: false) { | 28 | @function store($map, $tree: $iro-props-default-tree, $merge: true, $global: false) { |
29 | @return iro-props-store($map, $tree, $merge, $global); | 29 | @return iro-props-store($map, $tree, $merge, $global); |
30 | } | 30 | } |
31 | 31 | ||