UNPKG

jade

Version:

Jade template engine

17 lines (13 loc) 264 B
hover() &:hover { color: white; background: black; em { color: gray; } } &:active { color: black; background: white; } button(pad) button, a.button, input[type=submit], input[type=button] { padding: pad; hover(); } button(5px 10px);