set default viewport size css variables
This commit is contained in:
parent
b58c7b4604
commit
9f5d51962c
1 changed files with 4 additions and 0 deletions
|
@ -66,6 +66,10 @@
|
|||
--radius-lg: calc(2 * var(--radius-unit));
|
||||
--radius-xl: calc(3.25 * var(--radius-unit));
|
||||
--radius-xxl: calc(5.25 * var(--sradius-unit));
|
||||
|
||||
/* initial values. these will be modified by javascript */
|
||||
--viewportWidth: 100vw;
|
||||
--viewportHeight: 100vh;
|
||||
}
|
||||
|
||||
html, body {
|
||||
|
|
Loading…
Reference in a new issue