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 is breaking 'background' styles #272

Closed bwiklund closed 10 years ago

bwiklund commented 10 years ago
background url('/foo.png') no-repeat
background-position center right
background-size 20px

is now becoming

background: url(/foo.png) no-repeat center right/20px;

Which is incorrect (right)? Anyways, it's breaking the layout, (the background is scaled funkily) and the layout is fixed when i turn off nib. Thoughts, explanations?

bwiklund commented 10 years ago

Actually, I think this might be a css minification bug, confirming...

notslang commented 10 years ago

yeah, this is an error with your minifier