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

0.0.2

Pre-release
Pre-release

Choose a tag to compare

@sergeysova sergeysova released this 07 Feb 00:41
· 18 commits to master since this release

Added simple define:

body {
  --define: unit 10px;
  padding: 2unit;
}

Result:

body {
  padding: 20px
}