Remove invalid selector
removing a selector that is not used by sass and not part of CSS.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user