Skip to content

Commit

Permalink
Merge branch 'master' into tidy-grid
Browse files Browse the repository at this point in the history
* master:
  Add a mixin that ties a breakpoint to certain grid settings for accurate span-column()s

Conflicts:
	stylesheets/_config.sass
	stylesheets/modules/_example_module_b.sass
	stylesheets/modules/_grid.sass
  • Loading branch information
Ben Smithett committed Oct 28, 2013
2 parents 995cf16 + bdcf776 commit c5cf97f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stylesheets/modules/_grid.sass
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// This module is a top-level Susy grid container.
//
// You can use Susy methods like span-columns() and at-breakpoint() in modules that
// are placed inside this container.
// You can use Susy's at-breakpoint() in modules that are placed inside this container.
// To use Susy's grid mixins (eg span-columns), use at-breakpoint-with-grid-settings() instead.
//
// You'll eventually want to delete the +susy-grid-background lines.
//
Expand Down

0 comments on commit c5cf97f

Please sign in to comment.