Skip to content

referential-treatment

Latest

Choose a tag to compare

@nelsonpecora nelsonpecora released this 14 Jun 19:08
· 2 commits to master since this release
  • allow variables to reference other variables! e.g. $foo: red;$bar: $foo;
  • plugin will throw an error if the referenced variable doesn't exist at the time it is added, so make sure you define it before referencing it!