mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-01 01:59:10 +00:00
[fix] Inline style property order
This commit is contained in:
@@ -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",
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user