R: Improve CSS setup
This commit is contained in:
parent
731ca12308
commit
2e775463a9
|
@ -8,6 +8,16 @@
|
||||||
@tailwind components;
|
@tailwind components;
|
||||||
@tailwind utilities;
|
@tailwind utilities;
|
||||||
|
|
||||||
|
*,
|
||||||
|
*::after,
|
||||||
|
*::before {
|
||||||
|
box-sizing: border-box;
|
||||||
|
|
||||||
|
/* Uncomment to debug layering and overflow */
|
||||||
|
/* background: hsla(135, 50%, 50%, 0.05); */
|
||||||
|
/* outline: 2px solid hotpink; */
|
||||||
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
-webkit-text-size-adjust: none;
|
-webkit-text-size-adjust: none;
|
||||||
-moz-text-size-adjust: none;
|
-moz-text-size-adjust: none;
|
||||||
|
@ -42,6 +52,8 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
|
interpolate-size: allow-keywords;
|
||||||
|
|
||||||
font-size: var(--font-size-base);
|
font-size: var(--font-size-base);
|
||||||
line-height: var(--line-height);
|
line-height: var(--line-height);
|
||||||
font-family: var(--font-main);
|
font-family: var(--font-main);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user