reworkcss / rework-npm

Import CSS from npm modules using rework
BSD 2-Clause "Simplified" License
87 stars 19 forks source link

Ensure prefilter is preserved when drilling down to next level #9

Closed bclinkinbeard closed 10 years ago

bclinkinbeard commented 10 years ago

Without this, only files @imported directly from the entry file are passed to prefilter.

bclinkinbeard commented 10 years ago

Any chance you can get this pushed out to npm? I need it for the atomify-css upgrade I am working on today. :)

conradz commented 10 years ago

Sorry for the delay, it's now published as v0.6.1 (patch version since I consider this a bug). I also added a test so this won't happen again.

bclinkinbeard commented 10 years ago

Perfect, thanks! And sorry for pestering. :)

conradz commented 10 years ago

No problem, I actually had somehow missed this, so it was great to be reminded!