oddbird / accoutrement

Combined Sass Accoutrement tools, with option for individual module imports
MIT License
37 stars 6 forks source link

Provide `add-functions($map)` mixin for function registration #52

Closed mirisuzanne closed 3 years ago

mirisuzanne commented 4 years ago

We have register-function() to add one function at a time, but it would be great to support registration of entire function-registration maps, like we do for colors, sizes, fonts, etc.

mirisuzanne commented 3 years ago

I'm not sure how much sense this makes in the new module system. And I think the workarounds are straight-forward, so this isn't urgent.