Skip to content

Commit d83a5cc

Browse files
committed
Wordsmith
1 parent f9c282a commit d83a5cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Golden Bootstrap
2-
Golden Bootstrap is a tiny addon for [Bootstrap](http://getbootstrap.com/) giving you the [divine](http://en.wikipedia.org/wiki/Sacred_geometry) power of using golden ratio sized columns. Available both for [less](http://lesscss.org/) and [Sass]() CSS preprocessors.
2+
Golden Bootstrap is a tiny add-on for [Bootstrap](http://getbootstrap.com/) giving you the [divine](http://en.wikipedia.org/wiki/Sacred_geometry) power of using golden ratio sized columns. Available both for [Less](http://lesscss.org/) and [Sass](http://sass-lang.com/) CSS preprocessors.
33

44
## Usage
5-
Include `golden-bootstrap.less` or `golden-bootstrap.scss` in `bootstrap.less` or `bootstrap.scss`, and that's it.
5+
Include `golden-bootstrap.less` in `bootstrap.less` or `golden-bootstrap.scss` in `bootstrap.scss`, and that's it.
66

77
```sass
88
// Core CSS
@@ -40,7 +40,7 @@ Then, like you would do with any other Bootstrap default column, simply use a se
4040
## How it works
4141
“Two quantities are in the golden ratio if the ratio of the sum of the quantities to the larger quantity is equal to the ratio of the larger quantity to the smaller one” ([source](http://en.wikipedia.org/wiki/Golden_ratio)). Under the hood it looks like this:
4242

43-
```
43+
```sass
4444
$golden-ratio: 1.6180339887498948482;
4545
$golden-lg: (1 / $golden-ratio);
4646
$golden-sm: (1 - $golden-lg);

0 commit comments

Comments
 (0)