FlyingDR / scss-snippets

Collection of helpful SCSS mixins and functions to use into various projects
1 stars 2 forks source link

Configurable handler functions #26

Open FlyingDR opened 4 years ago

FlyingDR commented 4 years ago

Sass have ability to pass functions as arguments and call functions by name. It opens possibility to let certain functions to be configurable. For example media query resolution function, mentioned into #25 is good candidate.

It would be good to provide some generic mechanism for registering and calling such functions.