Skip to content
This repository has been archived by the owner on Mar 7, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorHinesley committed May 29, 2014
1 parent da942f4 commit 2365ce7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ In your `application.css`, AFTER Bootstrap, include the css file:
*= require abracadabra
```

OR if you're using SASS/SCSS:

```sass
@import "abracadabra-scss";
```

In your `application.js`, AFTER Jquery (required), include the javascript file:

```js
Expand Down

0 comments on commit 2365ce7

Please sign in to comment.