Created by: eduardn
I'm using bootstrap for my project and I think that this shorthand I use may be useful to others. It's used like this:
.border(1px, 0px, 1px, 0px, #ededed, dahsed)
The first four parameters are the border width of the four borders in clockwise order starting from the top (top, right, bottom, left) the next two are color and type. I hope this will be helpful!