Skip to content

Commit

Permalink
Merge pull request #36 from suitcss/refactor-sizefull
Browse files Browse the repository at this point in the history
Remove display property from sizeFull
  • Loading branch information
simonsmith authored Jul 8, 2016
2 parents 98786fb + 027c3ae commit ca1dad8
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 9 deletions.
2 changes: 0 additions & 2 deletions lib/size-lg.css
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,6 @@
*/

.u-lg-sizeFull {
box-sizing: border-box !important;
display: block !important;
width: 100% !important;
}

Expand Down
2 changes: 0 additions & 2 deletions lib/size-md.css
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,6 @@
*/

.u-md-sizeFull {
box-sizing: border-box !important;
display: block !important;
width: 100% !important;
}

Expand Down
2 changes: 0 additions & 2 deletions lib/size-sm.css
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,6 @@
*/

.u-sm-sizeFull {
box-sizing: border-box !important;
display: block !important;
width: 100% !important;
}

Expand Down
2 changes: 0 additions & 2 deletions lib/size.css
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,5 @@
*/

.u-sizeFull {
box-sizing: border-box !important;
display: block !important;
width: 100% !important;
}
2 changes: 1 addition & 1 deletion test/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"lint": true,
"postcss-reporter": {
"plugins": ["stylelint", "postcss-bem-linter"],
"plugins": ["stylelint", "postcss-import", "postcss-bem-linter"],
"throwError": true
}
}
4 changes: 4 additions & 0 deletions test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
margin: 0 0 10px;
}

html {
box-sizing: border-box;
}

.u-flex {
display: -webkit-flex !important;
display: -ms-flexbox !important;
Expand Down

0 comments on commit ca1dad8

Please sign in to comment.