UNPKG

202 BCSSView Raw
1.striped45 {
2 background-color: currentColor;
3 background-image: repeating-linear-gradient(
4 45deg,
5 rgba(255, 255, 255, .5),
6 rgba(255, 255, 255, .5) 4px,
7 transparent 4px,
8 transparent 8px
9 );
10}