is there a way to pass value from Angular (version 1.5.2) controller to mixins in the SASS? I do have mixin which display elements according to two input values which are accessible in controller and template.
I have tried ng-style but that does not trigger mixins.