See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
Based on RESTful API Design — Step By Step Guide
| .row { | |
| box-sizing: border-box; | |
| display: flex; | |
| margin-right: -15px; | |
| margin-left: -15px; | |
| } | |
| [class*="col-xs-"] { | |
| box-sizing: border-box; | |
| padding-right: 15px; |