1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 17:11:48 +02:00

fix majority of scss linter errors

This commit is contained in:
Mark Otto
2015-08-23 01:00:22 -07:00
parent 47d5168dc8
commit b2dccb15d7
9 changed files with 17 additions and 11 deletions

View File

@@ -69,9 +69,9 @@
.navbar-brand {
float: left;
margin-right: 1rem;
padding-top: .25rem;
padding-bottom: .25rem;
margin-right: 1rem;
font-size: $font-size-lg;
@include hover-focus {
@@ -89,12 +89,12 @@
width: 1px;
padding-top: .425rem;
padding-bottom: .425rem;
overflow: hidden;
margin-left: $navbar-padding-horizontal;
margin-right: $navbar-padding-horizontal;
overflow: hidden;
&:before {
content: '\00a0';
content: "\00a0";
}
}