Remove invalid selector

removing a selector that is not used by sass and not part of CSS.
This commit is contained in:
Daniel Naranjo
2016-09-21 12:08:41 -05:00
committed by GitHub
parent 5b7f48c5ed
commit 6eda03159f

View File

@@ -239,11 +239,6 @@ div.problem {
input[type="checkbox"] {
@include margin(($baseline/4) ($baseline/2) ($baseline/4) ($baseline/4));
}
text {
@include margin-left(25px);
display: inline;
}
}
// +Problem - Choice Group