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
text/less
@import (once) "../include/vars";
.op-default {
background-color: rgba(red(@cyan), green(@cyan), blue(@cyan), @alpha) ;
}
each(@colorList, {
.op-@{value} {background-color: rgba(red(@@value), green(@@value), blue(@@value), @alpha) ;}
.op-@{value}-hi {background-color: rgba(red(@@value), green(@@value), blue(@@value), .2) ;}
.op-@{value}-low {background-color: rgba(red(@@value), green(@@value), blue(@@value), .8) ;}
})