0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Added important to reset

This commit is contained in:
Peter Zimon 2022-07-05 17:00:27 +02:00
parent ce54fb4e36
commit 5b4dbb34fc

View file

@ -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;
}
}