segmentio / myth

A CSS preprocessor that acts like a polyfill for future versions of the spec.
4.33k stars 131 forks source link

Using with rework-npm #120

Closed voronianski closed 9 years ago

voronianski commented 9 years ago

I'm using myth on my project, but now I would like to add some useful utilities from Basscss. The problem is that Basscss is using [rework-npm]() in order to manage dependencies, examples:

Myth fails to build such files and dependencies. Any piece of advice or workaround to get this right?

MoOx commented 9 years ago

You might disable import of myth & use rework + rework-npm + myth (with myth as a rework plugin). Or you can try cssnext which handle deps like rework-npm ;)

voronianski commented 9 years ago

@MoOx thanks, cssnext works like a charm as myth replacer :+1: