mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-07 04:08:43 +00:00
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:
@@ -7,7 +7,4 @@
|
||||
.katex,
|
||||
.katex-display {
|
||||
user-select: all;
|
||||
-moz-user-select: all;
|
||||
-webkit-user-select: all;
|
||||
-ms-user-select: all;
|
||||
}
|
||||
|
Reference in New Issue
Block a user