Ghost/apps/comments-ui/src/index.css
2022-07-05 17:00:27 +02:00

16 lines
198 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
:host {
/* Reset all CSS properties */
all: initial !important;
}
html {
font-size: 62.5%;
}
body {
font-size: 1.5rem;
}