Skip to content

Instantly share code, notes, and snippets.

View pivotal-blueprint's full-sized avatar

pivotal-blueprint

View GitHub Profile
#!/usr/bin/env python
import sass
import sys
infile, outfile = sys.argv[1:]
with open(infile) as f:
# Defaults to output_style=nested -- leaving an explicit argument
# as a reminder. Should be "compressed" in production -- may require