[fix] Inline style property order

This commit is contained in:
Nicolas Gallagher
2022-06-13 17:21:44 -07:00
parent 7095118edd
commit 1cc95da907
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
"normalize-css-color": "^1.0.2",
"postcss-value-parser": "^4.2.0",
"prop-types": "^15.6.0",
"styleq": "0.1.0"
"styleq": "^0.1.2"
},
"peerDependencies": {
"react": ">=17.0.2",
@@ -19,7 +19,7 @@ exports[`components/Button prop "color" 1`] = `
<div
class="css-view-175oi2r r-transitionProperty-1i6wzkk r-userSelect-lrvibr r-cursor-1loqt21 r-touchAction-1otgn73 r-borderRadius-1jkafct"
role="button"
style="transition-duration: 0s; background-color: rgb(0, 0, 255);"
style="background-color: rgb(0, 0, 255); transition-duration: 0s;"
tabindex="0"
>
<div