Skip to content

Commit 205dc2f

Browse files
brandonmcconnellRobinMalfait
authored andcommitted
Extend current preflight html styles to support other root/host scopes
Supports SVG root scope, ShadowDOM, and presumably other root scopes
1 parent d637f37 commit 205dc2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/preflight.css

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

29-
html {
29+
:root, :host {
3030
line-height: 1.5; /* 1 */
3131
-webkit-text-size-adjust: 100%; /* 2 */
3232
-moz-tab-size: 4; /* 3 */

0 commit comments

Comments
 (0)