Double quotes for styles

This commit is contained in:
Ben Word
2018-11-16 11:39:07 -07:00
parent eee07a84f4
commit 7773e7db41
5 changed files with 21 additions and 21 deletions

View File

@@ -10,14 +10,14 @@
@extend .form-group;
}
.comment-form input[type='text'],
.comment-form input[type='email'],
.comment-form input[type='url'],
.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'] {
.comment-form input[type="submit"] {
@extend .btn;
@extend .btn-secondary;
}