Skip to content

Commit 8640184

Browse files
committed
Replace :root with html
1 parent b9f7f7f commit 8640184

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/css/preflight.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
6. Use the user's configured `sans` font-variation-settings by default.
2727
*/
2828

29-
:root, :host {
29+
html,
30+
:host {
3031
line-height: 1.5; /* 1 */
3132
-webkit-text-size-adjust: 100%; /* 2 */
3233
-moz-tab-size: 4; /* 3 */

0 commit comments

Comments
 (0)