nib
nib copied to clipboard
nib vendor conflicts with self-authored mixins
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?
if you use include nib before your stuff it should override fine
I've tried @import 'nib' both before and after my mixins but no joy