mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-28 05:14:12 +03:00
Added important to reset
This commit is contained in:
parent
ce54fb4e36
commit
5b4dbb34fc
@ -2,15 +2,15 @@
|
|||||||
@tailwind components;
|
@tailwind components;
|
||||||
@tailwind utilities;
|
@tailwind utilities;
|
||||||
|
|
||||||
|
:host {
|
||||||
|
/* Reset all CSS properties */
|
||||||
|
all: initial !important;
|
||||||
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
font-size: 62.5%;
|
font-size: 62.5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
}
|
}
|
||||||
:host {
|
|
||||||
/* Reset all CSS properties */
|
|
||||||
all: initial;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user