Take what you need!
- animation
- border-radius
- box-shadow
- box-sizing
- linear-gradient
- multiple-backgrounds
- multiple-colored-gradient
- 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.
Please file an issue if you think something could be improved. Please submit Pull Requests when ever possible.
- radial-gradient
- Mixin that generates grids
- Add docs in mixins
- Add mixin for responsive breakpoints
- Add mixin for animations
- Remove -moz-transform since is not needed anymore
- Add mixin for user-select
- Allow non-number values in rem mixin
- Fix double dashes in the prefixed gradient function of multiple backgrounds
- Add Bower support
- Add mixin for multiple backgrounds
- Remove moz-prefix for transition
- Add support for
auto
value in rem mixin - Add example of usage to each mixin
- Remove -ms-prefix from transitions
- Multiple values for rem-mixin
- Add very old webkit-gradient syntax
- Add tab mixin
Thanks to @Schepp for starting a similar repo.