.gitignore

: foreach *.scss |> (echo '@import "common";'; echo ".%B_page {"; cat %f; echo "}") | sassc -I ../include > %o |> %B.css
