Skip to content

Grid improvements, Dev helpers

Latest
Compare
Choose a tag to compare
@jeffschram jeffschram released this 11 Dec 20:48
· 11 commits to master since this release

Width classes and Ups are now configurable via scss variables. This will allow you to only generate the classes you want to use. See base/_widths.scss and base/_ups.scss for documentation.

Updates the grid example to show more options.

Adds base/_dev-helpers.scss which will highlight elements at certain breakpoints by adding classes on the HTML element. See the partial for documentation and example.grids.html to see it in action.