Enable stylelint-config-standard, lint CSS files (#1575)

This commit is contained in:
ylemkimon
2018-08-10 02:10:30 +09:00
committed by Erik Demaine
parent eab8f24333
commit e4db097f0c
7 changed files with 73 additions and 54 deletions

View File

@@ -4,7 +4,8 @@
* representation instead of the LaTeX source code. (Full selections will
* still produce the LaTeX source code.)
*/
.katex, .katex-display {
.katex,
.katex-display {
user-select: all;
-moz-user-select: all;
-webkit-user-select: all;