////
// Pattern: Stripes
// License: Pattern from http://www.heropatterns.com
////
$stripes: "data:image/svg+xml,%3csvg width='40' height='1' viewBox='0 0 40 1' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 0h20v1H0z' fill='{{ fill }}' fill-opacity='{{ opacity }}' fill-rule='evenodd'/%3e%3c/svg%3e";