srekoble / collection_of_sass_mixins

A collection of sass mixins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 :)

About

A collection of sass mixins


Languages

Language:CSS 100.0%