Skip to content

Commit

Permalink
Specify .grid__cell class
Browse files Browse the repository at this point in the history
  • Loading branch information
cazzerson committed Nov 10, 2014
1 parent 7576743 commit 97b4b7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions breakpoint/_grid.scss
Expand Up @@ -17,7 +17,7 @@ img { max-width: 100%; }
.no-js .responsive-image { display: none; }

// Grid container
// Must only contain `.grid` or `.grid-cell` components as children.
// Must only contain `.grid` or `.grid__cell` components as children.
.grid {
display: block;
padding: 0;
Expand All @@ -27,7 +27,7 @@ img { max-width: 100%; }
// Remove inter-unit whitespace for all non-monospace font-families
// If you're using a monospace base font, you will need to set the `grid`
// font-family to `sans-serif` and then redeclare the monospace font on
// the `grid-cell` objects.
// the `grid__cell` objects.
letter-spacing: -0.31em;
// Protect against WebKit bug with optimizelegibility
text-rendering: optimizespeed;
Expand Down Expand Up @@ -86,4 +86,4 @@ img { max-width: 100%; }
.grid__cell--center {
display: block;
margin: 0 auto;
}
}

0 comments on commit 97b4b7b

Please sign in to comment.