Enhancements
Adds an insertAt parameter to the autoInject option that can insert or append <style> elements to the beginning or end of head (resolves #40)
Insert at top:
"autoInjectOptions": {
"insertAt": "top"
}
Insert at bottom:
"autoInjectOptions": {
"insertAt": "bottom"
}