UNPKG

jade

Version:

Jade template engine

25 lines (21 loc) 292 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);