This repository was archived by the owner on Feb 10, 2023. It is now read-only.
v1.1.1 π
Rebase fork. Thanks @preusx
Support expression in unit definition:
.bar {
--define: demo (Math.pow(1.618, value))rem;
width: 2demo;
}Result:
.bar {
width: 2.617924rem;
}