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
15 lines (13 loc) • 437 B
text/less
@import (once) "../include/vars";
each(@colorList, {
.ribbed-@{value} {
background: @@value
linear-gradient(@ribbedAngle, rgba(255,255,255,@ribbedAlpha) 25%,
transparent 25%,
transparent 50%,
rgba(255,255,255,@ribbedAlpha) 50%,
rgba(255,255,255,@ribbedAlpha) 75%,
transparent 75%, transparent) ;
background-size: @ribbedSize @ribbedSize ;
}
})