Adds CSS option to the CLI

This commit is contained in:
fardog
2015-02-02 19:02:45 -08:00
parent c4639d11c8
commit 3a96682b9c
6 changed files with 61 additions and 5 deletions

3
test/fixtures/test.css vendored Normal file
View File

@@ -0,0 +1,3 @@
body {
background: #f00;
}