Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.09 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.09 KB

A Collection of sass mixins

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

    1. Centering mixin (with flex)
    1. Overlay upon image mixin
    1. Text truncate mixin
    1. Color theme mixin
  • and z-index function

Note: No prefixes added, consider use autopefixer

How to import

There is a single scss file (mixins.scss).

To import mixins into your own scss file:

@import "mixins";

Demo

You can see a demo of each mixin in action in the following links.

Cheers :)