Merge pull request #145 from kle-roy/kleroy_fix-sprockets-compilation-error

Fix sprockets compilation error related to `filter: progid:`
pull/75/head
Wes Cossick 9 years ago
commit 16d5a4d894

@ -643,6 +643,7 @@ span.CodeMirror-selectedtext { background: none; }
.CodeMirror .CodeMirror-code .cm-strikethrough {
text-decoration: line-through;
}
.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment) {
background: rgba(255, 0, 0, .15);
}
Loading…
Cancel
Save