UNPKG

glint

Version:

Glint is an asset (css, js, whatever-you-need) management that helps you organize and manage your client side files

12 lines (11 loc) 188 B
/** styles.styl */ .first { background-color: #f00; font-size: 12px; font-color: #00f; line-height: 13px; } .second:after { -webkit-border-radius: 10px; border-radius: 10px; }