Skip to content
Guilherme Bruno edited this page Jun 20, 2018 · 14 revisions

Saffron

Saffron is a collection of Sass mixins and helpers that make adding CSS3 animations and transitions much simpler. Just include a mixin in your Sass declaration, then set any configuration using variables and mixin parameters.

gem install saffron or bower install saffron

The current released version is 0.2.3

If you like the project, go ahead and tweet it out.

If you're more of a Stylus user, check out @willhoag's port: Saffron-Stylus.

Change Log

0.2.0

Initial public release

0.2.1

Make available through Bower

0.2.2

Bug fixes and variable namespacing

0.2.3

Prefix internal mixins with u- to prevent clashing with other mixins