postcss / postcss-js

PostCSS for React Inline Styles, Free Style and other CSS-in-JS
MIT License
657 stars 25 forks source link

objectifier.process nested loop #37

Closed hcomnetworkers closed 5 years ago

hcomnetworkers commented 5 years ago

Is there any particular reason, why the node.each is nested in objectifier.process? https://github.com/postcss/postcss-js/blob/master/objectifier.js#L16

It does not seem that this inner loop is using child nor is it affecting the rest of the outer loop in a scoped manner.

ai commented 5 years ago

Fixed ab12318

ai commented 5 years ago

Released in 2.0.1