README.md in sass-zero-1.3.1 vs README.md in sass-zero-1.3.2
- old
+ new
@@ -17,11 +17,11 @@
*= require sass-zero/base
*= require sass-zero/utilities
*= require sass-zero/breadboard
```
-### Variables
+### Variables / Mixins
Instead of hand-picking values from a limitless pool any time you need to make a decision, start with a smaller set of options.
#### Essential
@@ -67,15 +67,9 @@
These default styles ensure that even without custom styling, the content is usable and understandable, if your development process is mostly reproducing Figma designs, you might don't need it.
- [Breadboard](app/assets/stylesheets/sass-zero/breadboard.scss)
- [Screenshot](screenshot.png)
- [Example](example.html)
-
-## Animations
-
-Pre-built keyframes you can use to create your animations.
-
-- [Animations](app/assets/stylesheets/sass-zero/animations.scss)
## Using variables
Create some stylesheet using [BEM](http://getbem.com/naming) and [SASS-ZERO Variables](app/assets/stylesheets/sass-zero/_variables.scss):