stylus / nib

Stylus mixins, utilities, components, and gradient image generation
http://stylus.github.io/nib
MIT License
1.9k stars 250 forks source link

nib vendor conflicts with self-authored mixins #149

Closed wheresrhys closed 1 week ago

wheresrhys commented 11 years ago

I'm including nib/vendor in my stylesheets

The problem I have is that one of my mixins writes a background-size rule, which then conflicts with nib as, I presume, it tries to alter the output at some point.

Is this a bug or is there some workaround someody can recommend?

tj commented 11 years ago

if you use include nib before your stuff it should override fine

wheresrhys commented 11 years ago

I've tried @import 'nib' both before and after my mixins but no joy