Vector tile library
A vector pattern library mixin
How to use
- Download and reference tile.scss on your scss/sass flow
- summon mixin with @include tile($type, $color, $size) with:
- $type (required) as any type below
- $color (optional) as pattern color
- $size (optional) as size (play around)
- .cross-a
- .cross-b
- .cross-c
- .dots-a
- .dots-b
- .dots-c
- .grid
- .lines-a
- .lines-b
- .lines-c
- .lines-down-a
- .lines-down-b
- .lines-down-c
- .lines-up-a
- .lines-up-b
- .lines-up-c
- .lines-vert-a
- .lines-vert-b
- .lines-vert-c
TODO
Some colors are not passsing on. Investigate.