[CL-60] Set font-size on html (#6278)
This commit is contained in:
parent
3507d318e5
commit
f0b56b0b56
|
@ -44,4 +44,4 @@ jobs:
|
|||
storybookBuildDir: ./storybook-static
|
||||
exitOnceUploaded: true
|
||||
onlyChanged: true
|
||||
externals: "[\"libs/components/**/*.scss\", \"libs/components/tailwind.config*.js\"]"
|
||||
externals: "[\"libs/components/**/*.scss\", \"libs/components/**/*.css\", \"libs/components/tailwind.config*.js\"]"
|
||||
|
|
|
@ -6,6 +6,6 @@
|
|||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
body {
|
||||
html {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue