We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b9c122 commit 2018cbaCopy full SHA for 2018cba
1 file changed
src/StyleSheet.js
@@ -89,7 +89,7 @@ export default class StyleSheet {
89
if (!this.deployed) return rule
90
// Don't insert rule directly if there is no stringified version yet.
91
// It will be inserted all together when .attach is called.
92
- if (queue) queue.push(rule)
+ if (queue) queue.unshift(rule)
93
else {
94
this.insertRule(rule)
95
if (this.queue) {
0 commit comments