This repository was archived by the owner on Feb 10, 2023. It is now read-only.
0.0.2
Pre-release
Pre-release
Added simple define:
body {
--define: unit 10px;
padding: 2unit;
}Result:
body {
padding: 20px
}