SCSS
by joshmoto
HTML
<div>
</div>
SCSS
:root {
--shf: 4.9406564584124654e-322;
}
div {
height: 100px;
background: red;
width: calc( (100% / 10) * var(--shf) / var(--shf));
}
by joshmoto
<div>
</div>
:root {
--shf: 4.9406564584124654e-322;
}
div {
height: 100px;
background: red;
width: calc( (100% / 10) * var(--shf) / var(--shf));
}