mirror of
https://github.com/swc-project/swc.git
synced 2024-12-29 16:42:28 +03:00
df09d2fd4b
**Description:** Full refactor of the "calc" simplification to be more compliant with the spec.
2 lines
348 B
CSS
2 lines
348 B
CSS
.class1{width:calc(100% + 10px)}.class2{width:calc(100% - 10px)}.class3{width:calc(1px - 3% - 2em)}.class4{width:calc(50vw - 25em)}.class5{width:calc(25em + 10px - 50vw)}.class6{width:calc(1px - 3% - 2em - 4vh)}.class7{width:calc(-24px + .5*(var(--a) - var(--b)) - var(--c))}.class8{width:calc(2em + 5px + 3vh)}.class9{width:calc(3vh - 1em - 1px)}
|