This is a collection of sass mixins according to my latest post here: http://vangeltzo.com/posts/collection_of_sass_mixins.html.
The collection consist of 4 mixins and a function
-
- Centering mixin (with flex)
-
- Overlay upon image mixin
-
- Text truncate mixin
-
- Color theme mixin
- and z-index function
Note: No prefixes added, consider use autopefixer
There is a single scss file (mixins.scss
).
To import mixins into your own scss file:
@import "mixins";
You can see a demo of each mixin in action in the following links.
Cheers :)