Fix stylelint errors.

This commit is contained in:
Sam Rapaport
2017-04-24 11:42:59 -07:00
parent 17e7d76377
commit d81b85ec48
11 changed files with 35 additions and 1 deletions

View File

@@ -1,18 +1,22 @@
.comment-list {
@extend .list-unstyled;
}
.comment-list ol {
list-style: none;
}
.comment-form p {
@extend .form-group;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
@extend .form-control;
}
.comment-form input[type="submit"] {
@extend .btn;
@extend .btn-secondary;