From 5b4dbb34fca7d84b6fc368063f75abf2324fdb03 Mon Sep 17 00:00:00 2001 From: Peter Zimon Date: Tue, 5 Jul 2022 17:00:27 +0200 Subject: [PATCH] Added important to reset --- apps/comments-ui/src/index.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/comments-ui/src/index.css b/apps/comments-ui/src/index.css index 674da60233..b9a778e0d8 100644 --- a/apps/comments-ui/src/index.css +++ b/apps/comments-ui/src/index.css @@ -2,15 +2,15 @@ @tailwind components; @tailwind utilities; +:host { + /* Reset all CSS properties */ + all: initial !important; +} + html { font-size: 62.5%; } body { font-size: 1.5rem; -} -:host { - /* Reset all CSS properties */ - all: initial; -} - +} \ No newline at end of file