2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

linter overhaul

This commit is contained in:
Mark Otto
2016-02-06 12:28:18 -08:00
parent 29dcf9ac62
commit 03ec195974
20 changed files with 422 additions and 315 deletions
+2
View File
@@ -107,11 +107,13 @@
@include border-radius($border-radius-lg);
}
// scss-lint:disable QualifyingElement
// Nuke default margins from checkboxes and radios to vertically center within.
input[type="radio"],
input[type="checkbox"] {
margin-top: 0;
}
// scss-lint:enable QualifyingElement
}