summaryrefslogtreecommitdiff
path: root/public/vendor/codemirror-spell-checker/spell-checker.min.css
diff options
context:
space:
mode:
authorCheng-Han, Wu2016-04-20 18:09:36 +0800
committerCheng-Han, Wu2016-04-20 18:09:36 +0800
commit0fb70a1487f6c2ce612c372f12aaf157078a478f (patch)
tree9d5bd6375e34e2df0613309dfa2a9d552ff81b15 /public/vendor/codemirror-spell-checker/spell-checker.min.css
parent692903f1a10606b0e14d50623663a4c591c42674 (diff)
Support experimental spell checking feature (en-US only), can be enabled by the YAML meta option
Diffstat (limited to 'public/vendor/codemirror-spell-checker/spell-checker.min.css')
-rw-r--r--public/vendor/codemirror-spell-checker/spell-checker.min.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/public/vendor/codemirror-spell-checker/spell-checker.min.css b/public/vendor/codemirror-spell-checker/spell-checker.min.css
new file mode 100644
index 00000000..643c24fb
--- /dev/null
+++ b/public/vendor/codemirror-spell-checker/spell-checker.min.css
@@ -0,0 +1,7 @@
+/**
+ * codemirror-spell-checker v1.0.6
+ * Copyright Next Step Webs, Inc.
+ * @link https://github.com/NextStepWebs/codemirror-spell-checker
+ * @license MIT
+ */
+.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment):not(.cm-tag):not(.cm-word){border-bottom:1px dashed rgba(255,0,0,.8)} \ No newline at end of file