Skip to content

Commit e8631b8

Browse files
Merge pull request twbs#242 from mhlavac/master
[FIX] Compass can't build _forms.css due to invalid character in comment
2 parents dabed1e + e7f84b6 commit e8631b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendor/assets/stylesheets/bootstrap/_forms.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ input[type="checkbox"]:focus {
210210
// Placeholder
211211
// -------------------------
212212

213-
// Placeholder text gets special styles because when browsers invalidate entire lines if it doesnt understand a selector
213+
// Placeholder text gets special styles because when browsers invalidate entire lines if it doesn't understand a selector
214214
input,
215215
textarea {
216216
@include placeholder();

0 commit comments

Comments
 (0)