Skip to content

Commit 97b4b7b

Browse files
committed
Specify .grid__cell class
1 parent 7576743 commit 97b4b7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

breakpoint/_grid.scss

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ img { max-width: 100%; }
1717
.no-js .responsive-image { display: none; }
1818

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

0 commit comments

Comments
 (0)