stylus / nib

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

support multiple values for border property #257

Open notslang opened 10 years ago

notslang commented 10 years ago

I was actually surprised that this doesn't work normally in CSS:

border 1px solid #58a4b0, none

I would expect it to apply border: 1px solid #58a4b0 to the top & bottom and border: none to the left and right. Nib should fix this.