Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs/source/guides/reference.html.md #90

Merged
merged 1 commit into from
Aug 10, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/source/guides/reference.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ The width of a single Column in your Grid.

- `<length>`: Length in any unit of measurement (em, px, %, etc).

#### <a href="#ref-gutter-width"id="ref-gutter-width">Gutter Width</a>
#### <a href="#ref-gutter-width" id="ref-gutter-width">Gutter Width</a>
The space between Columns.

:::scss
Expand Down Expand Up @@ -310,7 +310,7 @@ This will apply border-box model to all elements
(using the star selector)
and set `$border-box-sizing` to `true`.
You can use the variable on it's own to adjust the grid math,
in cases where you want to apply the box-model seperately.
in cases where you want to apply the box-model separately.

### <a href="#ref-helper-padding" id="ref-helper-padding">Padding Mixins</a>

Expand Down Expand Up @@ -464,7 +464,7 @@ this requires a context when nested.

- `<$n>`: The keyword or equation to select: `[first | only | last | <equation>]`.
An equation could be e.g. `3` or `3n` or `'3n+1'`.
Note that quotes are needed to keep a complext equation from being simplified by Compass.
Note that quotes are needed to keep a complex equation from being simplified by Compass.
Default: `last`.
- `<$selector>`: The type of element, and direction to count from:
`[child | last-child | of-type | last-of-type ]`.
Expand Down Expand Up @@ -648,4 +648,4 @@ for IE-only stylesheets.
// $breakpoint-raw-output: <boolean>;
$breakpoint-raw-output: false;

- `<boolean>`: `true` | `false`
- `<boolean>`: `true` | `false`