Skip to content

v0.9.2

Choose a tag to compare

@cheton cheton released this 01 Sep 09:47
· 62 commits to master since this release

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"
}