Problem In my SASS I use font-awesome declarations all over the place. I’m in love with it. I’ve created a […]
Tag: mixins
Less CSS Mixin for positioning with options for corresponding top, left, right, bottom values
Problem I’ve created a Mixin in Less CSS. It can do the following things: Set the position-rule of an element. […]
JavaScript inheritance with super calls and mixins
Problem I needed JavaScript inheritance that offered calling of overridden methods (super calls). Furthermore I needed a possibiliy to add […]
Multiple inheritance Mixin class
Problem I’ve written a simple class that somewhat simulates multiple inheritance using mixins. It allows you to extend the functionality […]
More elegant Sass @mixin to create pseudo-element shapes
Problem I picked up Sass last week, and I’m already diving into expressions. I have a @mixin that creates a […]