Skip to content

Commit

Permalink
Remove Bourbon dependancy from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
whmii committed Jul 5, 2019
1 parent e2303a1 commit 608a8f9
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[<img src="https://images.thoughtbot.com/bourbon/bitters-logo.svg" width="200" alt="Bitters">](http://bitters.bourbon.io)
[<img src="https://images.thoughtbot.com/bourbon/bitters-logo-v2.svg" width="200" alt="Bitters">](http://bitters.bourbon.io)

[![Reviewed by Hound](https://img.shields.io/badge/Reviewed_by-Hound-8E64B0.svg)](https://houndci.com)

Expand Down Expand Up @@ -36,12 +36,10 @@ one. We like to use [Normalize].
## Requirements

- [Sass] 3.4+ or [LibSass] 3.3+
- [Bourbon] 5.0+
- Ruby 1.9.3+ (required to install Bitters from the command line)

[Sass]: https://github.com/sass/sass
[LibSass]: https://github.com/sass/libsass
[Bourbon]: https://github.com/thoughtbot/bourbon

## Installation

Expand All @@ -51,8 +49,6 @@ one. We like to use [Normalize].
gem install bitters
```

1. Install [Bourbon][bourbon-install].

1. 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`:
Expand All @@ -68,22 +64,19 @@ one. We like to use [Normalize].
file. All additional stylesheets should be imported below Bitters.

```scss
@import "bourbon";
@import "base/base";
```

1. Once Bourbon and Bitters are set up, you can begin to import your styles
below them.

```scss
@import "bourbon";
@import "base/base";
@import "my-project-styles";
```

[RubyGems]: https://rubygems.org
[bourbon-install]: https://github.com/thoughtbot/bourbon#installation

## Using Bitters

Expand Down

0 comments on commit 608a8f9

Please sign in to comment.