Griddy
TODO: Write a gem description
Installation
Add this line to your application's Gemfile:
gem 'griddy'
And then execute:
$ bundle
Or install it yourself as:
$ gem install griddy
Usage
First require this library.
Then, in your sass file
$grid: griddy(10px, 10px, #ccc);
html {
background: $grid;
}
API
griddy(width, height, color)