Skip to content

Releases: nelsonpecora/postcss-get-sass-variables

referential-treatment

Choose a tag to compare

@nelsonpecora nelsonpecora released this 14 Jun 19:08
  • 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!

dev-lodash

Choose a tag to compare

@nelsonpecora nelsonpecora released this 14 Jun 18:32
  • move lodash dependency to devDependencies

hello-world

Choose a tag to compare

@nelsonpecora nelsonpecora released this 14 Jun 18:31

1.0 release! Does everything it says in the readme (well, it really only does the one thing)