This repository was archived by the owner on Feb 10, 2023. It is now read-only.
0.0.3
Add support to write float units:
a {
--define: unit 10px;
line-height: 3.5px;
}Result:
a {
line-height: 35px
}Add support to write float units:
a {
--define: unit 10px;
line-height: 3.5px;
}Result:
a {
line-height: 35px
}