README.md in sass-zero-0.0.10 vs README.md in sass-zero-0.0.11

- old
+ new

@@ -41,10 +41,11 @@ Add this line to your application.css: ```css *= require sass-zero/base + *= require sass-zero/utilities ``` Create some stylesheet using [BEM](http://getbem.com/naming) and [SASS-ZERO Variables](https://github.com/lazaronixon/sass-zero/blob/master/vendor/assets/stylesheets/sass-zero/variables.scss): ```scss @@ -55,11 +56,10 @@ .block { color: $red-300; } // Element .block__elem { color: $red-400; } - // Modifier .block--mod .block__elem { color: $red-200; } .block__elem--mod { color: $red-500; } @@ -78,9 +78,11 @@ [Refactoring UI](https://refactoringui.com/book) [Shape UP](https://basecamp.com/shapeup) [Zondicons](http://www.zondicons.com) + +[Inline SVG](https://github.com/jamesmartin/inline_svg) ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).