We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf0fab3 commit 94b34cfCopy full SHA for 94b34cf
1 file changed
sanitize.css
@@ -93,7 +93,7 @@ html {
93
font-family: sans-serif; /* 3 */
94
line-height: 1.5; /* 3 */
95
-ms-text-size-adjust: 100%; /* 4 */
96
- -webkit-text-size-adjust: 100%; /* 5 */
+ -webkit-text-size-adjust: 100%; /* 4 */
97
}
98
99
/* Sections (https://www.w3.org/TR/html5/sections.html)
@@ -333,7 +333,7 @@ table {
333
334
/**
335
* 1. Remove the default styling in all browsers (opinionated).
336
- * 3. Remove the margin in Firefox and Safari.
+ * 2. Remove the margin in Firefox and Safari.
337
*/
338
339
button,
@@ -344,7 +344,7 @@ textarea {
344
border-style: none; /* 1 */
345
color: inherit; /* 1 */
346
font-size: 1em; /* 1 */
347
- margin: 0; /* 3 */
+ margin: 0; /* 2 */
348
349
350
0 commit comments