TJ
TJ
anyone have comments on this? I haven't fooled with the flex-box stuff much yet, last time I checked it was pretty buggy in general
yeah definitely, that's just a side-effect of the mixin having no clue where it is but we could easily expose something to provide that level of introspection
hmm, we have a thing called `color-image()` for similar cases https://github.com/visionmedia/nib/blob/master/lib/nib/color-image.styl#L2 producing a data uri however I suppose for older browsers that wont work either
yeah we need some better introspection capabilities there. I've done this correctly with https://github.com/visionmedia/rework but we can definitely do similar with stylus, just gotta expose a few vars
though gzip will make this more or less irrelevant
sounds great :) it was just a really quick hack
im not sure what you mean
ah I see, I'm doing similar actually :)
actually this might have to wait. ATM I can't think of any reasonable way to do this because `npm install -g nib` and `require('nib')` will still fail, so we can't...
blah yeah that is no good, we need to get on mandatory `$` var prefixes. CSS url() syntax is a disaster, why they didn't force quotes is beyond me but...