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.
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.