From 0fb70a1487f6c2ce612c372f12aaf157078a478f Mon Sep 17 00:00:00 2001 From: Cheng-Han, Wu Date: Wed, 20 Apr 2016 18:09:36 +0800 Subject: Support experimental spell checking feature (en-US only), can be enabled by the YAML meta option --- public/vendor/codemirror-spell-checker/spell-checker.min.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 public/vendor/codemirror-spell-checker/spell-checker.min.css (limited to 'public/vendor/codemirror-spell-checker/spell-checker.min.css') 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 -- cgit v1.2.3