Skip to content

Commit

Permalink
Update changelog, fix settings typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mirisuzanne committed Jul 13, 2012
1 parent a581f35 commit b7ba715
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.mkdn
Expand Up @@ -20,6 +20,16 @@ New Features:
* All mixins respect your `$legacy-support-for-ie` settings.
* The `space` function can be used anywhere you need column+gutter math.
* `push`, `pull`, `pre`, `post`, and `squish` add margin left/right shortcuts.
* The `nth-omega` mixin can be used to set omega on any nth-child, nth-of-type,
first, last, or only element - using pseudo-class selectors.
* `remove-omega` and `remove-nth-omega` will remove the omega-specific styles
from an element, returning it to the regular grid flow.
* `$container-width` and `$container-style` settings will override the width
and type (magic, fluid, fixed, static, etc) of your grid container.
* `$breakpoint-media-output` and `$breakpoint-media-output` allow you to turn
on and off the different outputs from `at-breakpoint`.
This is useful when you have IE-overrides living in a file of their own.
* Unit tests live in the `/test/` directory.

Changed API:

Expand Down
2 changes: 1 addition & 1 deletion sass/susy/_settings.scss
Expand Up @@ -33,7 +33,7 @@ $container-width : false !default;
// 'static' - Forces the grid container to remain static at all times.
// 'fluid' - Forces the grid to remain fluid at all times.
// (this will overrule any static $container-width settings)
$container-style : mixed !default;
$container-style : magic !default;

// ---------------------------------------------------------------------------
// IE Settings
Expand Down

0 comments on commit b7ba715

Please sign in to comment.