Skip to content

Commit

Permalink
Revert partial selector
Browse files Browse the repository at this point in the history
  • Loading branch information
scottwakefield authored Sep 21, 2017
1 parent 79a3c1e commit e866c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sass/components/_grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
margin-left: -($grid-gutter / 2);
}

[class^='col-'] {
[class*='col-'] {
float: left;
width: 100%;
padding-right: ($grid-gutter / 2);
Expand Down

0 comments on commit e866c90

Please sign in to comment.