oddbird / sassdoc-theme-herman

An Odd SassDoc theme.
http://oddbird.net/herman/
MIT License
117 stars 11 forks source link

`utilities.append()` #361

Closed robsonsobral closed 2 years ago

robsonsobral commented 3 years ago

Hi!

As utilities.add() overwrite data, could we have a mixin to merge data and make it easier to use loops to prepare the data?

mirisuzanne commented 3 years ago

Now that Sass has a native map.deep-merge() function, that's probably the best place to start. We might be able to simply swap that into the utilities.add() function, where it handles merging. @robsonsobral do you want to try that, and open a PR?

robsonsobral commented 3 years ago

Sure, @mirisuzanne ! I gonna do it ASAP.

jgerigmeyer commented 2 years ago

Closed by #365