kouto-swiss
Version:
A complete CSS framework for Stylus
11 lines (7 loc) • 394 B
text/stylus
@import 'kouto-swiss'
div
background-image: repeating-linear-gradient( rgb( 26, 198, 204 ), rgb( 26, 198, 204 ) 7%, rgb( 100, 100, 100 ) 10% )
div
background-image: repeating-linear-gradient( -45deg, transparent, transparent 25px, rgba( 255, 255, 255, 1 ) 25px, rgba( 255, 255, 255, 1 ) 50px)
div
background-image: repeating-linear-gradient( to left top, blue, green 40%, red );