README.md in bitters-1.0.0 vs README.md in bitters-1.1.0

- old
+ new

@@ -10,41 +10,44 @@ - **[Demo](http://bitters.bourbon.io)** - **[Changelog](https://github.com/thoughtbot/bitters/releases)** - **[Issues & Bugs](https://github.com/thoughtbot/bitters/issues)** +Follow the [@bourbonsass](https://twitter.com/bourbonsass) Twitter account +for updates. + ## Requirements -- [Sass](https://github.com/sass/sass) 3.0+ -- [Bourbon](https://github.com/thoughtbot/bourbon) 2.0+ +- [Sass](https://github.com/sass/sass) 3.4+ or [LibSass](https://github.com/sass/libsass) 3.1+ +- [Bourbon](https://github.com/thoughtbot/bourbon) 4.2+ - Ruby 1.9.3+ (required to install Bitters from the command line) ## Installation For command line help, visit our wiki page on Bitters’ [command line interface](https://github.com/thoughtbot/bitters/wiki/Command-Line-Interface). 1. Install the Bitters gem using the [RubyGems](https://rubygems.org) package manager: ```bash - gem install bitters + $ gem install bitters ``` *If you use [rbenv](https://github.com/sstephenson/rbenv), be sure to run `rbenv rehash` without any errors.* 2. Install [Bourbon](https://github.com/thoughtbot/bourbon#installation) (required) and [Neat](https://github.com/thoughtbot/neat#installation) (optional). 3. Install the Bitters library into the current directory by running the following command at the command-line. If you’re using Ruby on Rails, run the command in `app/assets/stylesheets`: ```bash - bitters install + $ bitters install ``` A `base` directory will be generated which contains all of the Bitters files. 4. Import Bitters after Bourbon in your `application.css.scss` or main manifest file. All additional stylesheets should be imported below Bitters. - ```bash + ```scss @import "bourbon"; @import "base/base"; ``` 5. When using Neat, uncomment the following line in `_base.scss`: @@ -95,23 +98,38 @@ ### Forms Adds basic styles all form elements. The variables at the top of the file all inherit from the variables file but make it really easy to be overridden. ### Buttons -Basic style for `button` and `input[type="submit"]`. Base button styles can be changed by modifying the `%button` extend in `base/extends/_button.scss`. +Basic style for `button` and `input[type="submit"]`. Base button styles can be +changed by modifying the styles applied to `button` and `#{$all-button-inputs}` +in `base/_button.scss`. +## Contributing + +For more information on contributing to Bitters, check out our +[contributing guide](https://github.com/thoughtbot/bitters/blob/master/CONTRIBUTING.md). + ## The Bourbon family - [Bourbon](https://github.com/thoughtbot/bourbon): A simple and lightweight mixin library for Sass - [Neat](https://github.com/thoughtbot/neat): A lightweight semantic grid framework for Sass and Bourbon - [Bitters](https://github.com/thoughtbot/bitters): Scaffold styles, variables and structure for Bourbon projects - [Refills](https://github.com/thoughtbot/refills): Prepackaged patterns and components built with Bourbon, Neat and Bitters -## Credits +## License -[![thoughtbot](http://images.thoughtbot.com/bourbon/thoughtbot-logo.svg)](http://thoughtbot.com) +Copyright © 2013–2015 [thoughtbot, inc](http://thoughtbot.com). Bitters is free software, and may be redistributed under the terms specified in the [license](LICENSE.md). -Bitters is maintained and funded by [thoughtbot, inc](http://thoughtbot.com). Tweet your questions or suggestions to [@bourbonsass](https://twitter.com/bourbonsass) and while you’re at it follow us too. +## About thoughtbot -## License +[<img src="http://thoughtbot.github.io/images/signature.svg" width="250" alt="thoughtbot logo">][hire] -Copyright © 2013–2015 [thoughtbot, inc](http://thoughtbot.com). Bitters is free software, and may be redistributed under the terms specified in the [license](LICENSE.md). +Bitters is maintained and funded by thoughtbot, inc. +The names and logos for thoughtbot are trademarks of thoughtbot, inc. + +We love open source software! +See [our other projects][community] or +[hire us][hire] to design, develop, and grow your product. + +[community]: https://thoughtbot.com/community?utm_source=github +[hire]: https://thoughtbot.com/hire-us?utm_source=github