Speed up writing CSS backgrounds
I often need to write code like: ?View Code CSSbackground: url("/media/img/footer.png") no-repeat; width: 960px; height: 147px; Whenever I do, I have to find the image, then get the dimensions, then copy and paste them in separately. It’s annoying. To help, I put together this small tool, written in Python and using OSX’s pbcopy. You’ll need [...]