reworkcss / rework-npm

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

Pass filename as second arg to prefilter #7

Closed bclinkinbeard closed 10 years ago

bclinkinbeard commented 10 years ago

As the test shows, this allows forking the prefilter behavior based on file type. This would be very useful for us in atomify-css. :)

techwraith commented 10 years ago

Yeah, this would be awesome. It would let Atomify (and anyone else who uses npm-rework) use any CSS preprocessor, even multiple CSS preprocessors. This would help immensely with crazy random modules on npm.

conradz commented 10 years ago

Now in v0.6.0 :sparkles:

:clap: Thanks for all the help! :clap:

bclinkinbeard commented 10 years ago

Awesome, thanks!

On Mon, Mar 3, 2014 at 9:27 PM, Conrad Zimmerman notifications@github.com wrote:

Now in v0.6.0 :sparkles:

:clap: Thanks for all the help guys! :clap:

Reply to this email directly or view it on GitHub: https://github.com/conradz/rework-npm/pull/7#issuecomment-36585876