Take what you need!
- animation
- appearance
- background-size
- border-radius
- box-shadow
- box-sizing
- calc
- flexbox
- linear-gradient
- multiple-backgrounds
- multiple-colored-gradient
- opacity
- placeholder
- rem
- transform
- transition
- tab-size
- user-select
Documentation on how to use each of these can be found in the partials.
In general you should include the file mixins.scss
in build
into your
project and use the mixins as suggested in the docs for each mixin.
You can install the package using Bower. Please run
$ bower install --save-dev sass-mixins
in your project's root directory to install the mixins repository. After that you can require the mixins file within your project.
Please file an issue if you think something could be improved. Please submit Pull Requests when ever possible.
- radial-gradient
- Mixin that generates grids
Thanks to @Schepp for starting a similar repo.