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