stylus / nib

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

"border" has its own mixin but other border properties don't #313

Open artialex opened 8 years ago

artialex commented 8 years ago

"border red" compiles to "border 1px solid red". "border-bottom red" doesn't compile. Is there any reason why? Probably we should add the similar mixins.