From 01b3cbfabfccd2c5f55054b7a51a3ab2d6875828 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kuna?= <1282324+codecalm@users.noreply.github.com> Date: Mon, 19 Sep 2022 17:16:02 +0200 Subject: [PATCH] Use `:host` in selectors to support Web Components (#1258) --- src/scss/layout/_root.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/scss/layout/_root.scss b/src/scss/layout/_root.scss index f967e2cfe8..a495cd346e 100644 --- a/src/scss/layout/_root.scss +++ b/src/scss/layout/_root.scss @@ -1,4 +1,5 @@ -:root { +:root, +:host { font-size: 16px; height: 100%;