Skip to content

Commit

Permalink
Merge pull request #742 from rickygu/bootstrap3
Browse files Browse the repository at this point in the history
Update @LinkColor to new variable name @link-color
  • Loading branch information
toadkicker committed Jun 11, 2014
2 parents feb28d5 + 8deaa46 commit 1d93c5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -155,7 +155,7 @@ styles inheriting Bootstrap's mixins, you can do so inside bootstrap_and_overrid


```css
@linkColor: #ff0000;
@link-color: #ff0000;
```

### SASS
Expand Down
Expand Up @@ -26,4 +26,4 @@
// See http://twitter.github.com/bootstrap/customize.html#variables for their names and documentation
//
// Example:
// @linkColor: #ff0000;
// @link-color: #ff0000;

0 comments on commit 1d93c5a

Please sign in to comment.