Skip to content
Snippets Groups Projects
Unverified Commit 4267cf9f authored by Alexis BENOIT's avatar Alexis BENOIT Committed by GitHub
Browse files

Correction du real viewport height (#897)

parent d437bacd
No related branches found
No related tags found
No related merge requests found
......@@ -7,4 +7,4 @@ $space-unit: 4 !default
@return #{$remSize}rem
@function rvh($percent)
@return calc(#{percent} * var(--vh))
@return calc(#{$percent} * var(--rvh))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment