Simple CSS boilerplate
All the CSS files can be combined to create output/all.css using the command:
output/all.css
cat css/normalize.css css/main.css css/globals.css css/inputs.css css/font.css > output/all.css
MIT