////
// Pattern: Floor Tile
// License: Pattern from http://www.heropatterns.com
////
$floor-tile: "data:image/svg+xml,%3csvg width='30' height='30' viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 10h10v10H0V10zM10 0h10v10H10V0z' fill='{{ fill }}' fill-opacity='{{ opacity }}' fill-rule='evenodd'/%3e%3c/svg%3e";