mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-15 07:48:41 +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:
@@ -219,17 +219,13 @@
|
||||
}
|
||||
|
||||
.vbox {
|
||||
display: -ms-inline-flexbox;
|
||||
display: inline-flex;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
.hbox {
|
||||
display: -ms-inline-flexbox;
|
||||
display: inline-flex;
|
||||
-ms-flex-direction: row;
|
||||
flex-direction: row;
|
||||
width: 100%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user