bramstein / postcss-scale

PostCSS plugin to scale values from one range to another.
80 stars 2 forks source link

Undeclared variable #1

Closed TrySound closed 8 years ago

TrySound commented 8 years ago

https://github.com/bramstein/postcss-scale/blob/master/index.js#L12

TrySound commented 8 years ago

Also you may don't use this variable and combine methods in chain

decl.value = valueParser(decl.value).walk(function (node) {
  //
}).toString();
bramstein commented 8 years ago

Thanks, fixed!