Wade Garrett

Results 3 issues of Wade Garrett

Added `http://` to the URL's for gitlogs and yasiv.com, both of which are currently broken.

Added `clean` script to remove all files in the `build/*` directory. This fixes issue #7 .

What are your thoughts about adding something like postcss-color-function? Something like this: ``` :root { /* Red */ --red: #D04D36; --red-light: color(var(--red) l(90%)) s(90%); --red-medium: var(--red); --red-dark: color(var(--red) l(30%) s(100%));...