mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-10 21:48:41 +00:00
Enable stylelint-config-standard, lint CSS files (#1575)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
body {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@ body {
|
||||
}
|
||||
|
||||
#input {
|
||||
margin: 0px;
|
||||
margin: 0;
|
||||
font-size: 100%;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
|
Reference in New Issue
Block a user