Skip to content
This repository was archived by the owner on Feb 10, 2023. It is now read-only.

0.0.3

Choose a tag to compare

@sergeysova sergeysova released this 07 Feb 00:43
· 15 commits to master since this release

Add support to write float units:

a {
  --define: unit 10px;
  line-height: 3.5px;
}

Result:

a {
  line-height: 35px
}

Project needs your ideas!