feat(css): use postcss-preset-env (#2313)

* Use postcss-preset-env

Closes #1946.

* Remove CSS prefixes

They are added by autoprefixer, if necessary.
This commit is contained in:
ylemkimon
2020-08-03 13:19:09 +09:00
committed by GitHub
parent 4a6f776941
commit 591bc7b4be
5 changed files with 373 additions and 17 deletions

View File

@@ -7,7 +7,4 @@
.katex,
.katex-display {
user-select: all;
-moz-user-select: all;
-webkit-user-select: all;
-ms-user-select: all;
}