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