UNPKG

metro4

Version:

The front-end framework for Build responsive, mobile-first projects on the web with the first front-end component library in Metro Style

12 lines (9 loc) 480 B
@import (once) "../include/vars"; .op-default { background-color: rgba(red(@cyan), green(@cyan), blue(@cyan), @alpha) !important; } each(@colorList, { .op-@{value} {background-color: rgba(red(@@value), green(@@value), blue(@@value), @alpha) !important;} .op-@{value}-hi {background-color: rgba(red(@@value), green(@@value), blue(@@value), .2) !important;} .op-@{value}-low {background-color: rgba(red(@@value), green(@@value), blue(@@value), .8) !important;} })