Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix
  • Loading branch information
romainmenke committed Nov 4, 2024
commit 502738df6ad315d3dcdd874bf72b2f6a7e90d567
32 changes: 0 additions & 32 deletions plugins/postcss-browser-comments/test/basic.ie-10.expect.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*/

html {
line-height: 1.15; /* 1 */
-ms-text-size-adjust: 100%; /* 2 */
-webkit-text-size-adjust: 100%; /* 2 */
}
Expand Down Expand Up @@ -38,16 +37,6 @@ main {
display: block;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
font-family: monospace, monospace; /* 1 */
font-size: 1em; /* 2 */
}

/* Text-level semantics
* ========================================================================== */

Expand All @@ -68,26 +57,6 @@ abbr[title] {
text-decoration: underline dotted;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
font-family: monospace, monospace; /* 1 */
font-size: 1em; /* 2 */
}

/**
* Add the correct font size in all browsers.
*/

small {
font-size: 80%;
}

/* Embedded content
* ========================================================================== */

Expand Down Expand Up @@ -140,7 +109,6 @@ legend {
color: inherit; /* 2 */
display: table; /* 1 */
max-width: 100%; /* 1 */
padding: 0; /* 3 */
white-space: normal; /* 1 */
}

Expand Down