# SCSS MIX by CSSCODER

Hey guys! My name is Aleksandr. Already more than ten years, I help to developer teams and individual people to create sites. My specialization is front-end development. And now, I want to share the mixins/functions collection. Some mixins I coded myself, some I upgraded, some just copy. I hope the solutions will be helpful to you.

# Installation

For using mixins, download file to your project sources folder and importing _csscoder-lib.scss file to your main SCSS file. This file you can see here

// It can be looks like this
@import "_csscoder-lib.scss";

After that, you can use my collection of mixins and functions. About each, you can read in the relevant sections.