[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", "normalize-css-color": "^1.0.2",
"postcss-value-parser": "^4.2.0", "postcss-value-parser": "^4.2.0",
"prop-types": "^15.6.0", "prop-types": "^15.6.0",
"styleq": "0.1.0" "styleq": "^0.1.2"
}, },
"peerDependencies": { "peerDependencies": {
"react": ">=17.0.2", "react": ">=17.0.2",
@@ -19,7 +19,7 @@ exports[`components/Button prop "color" 1`] = `
<div <div
class="css-view-175oi2r r-transitionProperty-1i6wzkk r-userSelect-lrvibr r-cursor-1loqt21 r-touchAction-1otgn73 r-borderRadius-1jkafct" class="css-view-175oi2r r-transitionProperty-1i6wzkk r-userSelect-lrvibr r-cursor-1loqt21 r-touchAction-1otgn73 r-borderRadius-1jkafct"
role="button" role="button"
style="transition-duration: 0s; background-color: rgb(0, 0, 255);" style="background-color: rgb(0, 0, 255); transition-duration: 0s;"
tabindex="0" tabindex="0"
> >
<div <div
+4 -4
View File
@@ -7942,10 +7942,10 @@ styled-jsx@5.0.0:
resolved "https://registry.yarnpkg.com/styled-jsx/-/styled-jsx-5.0.0.tgz#816b4b92e07b1786c6b7111821750e0ba4d26e77" resolved "https://registry.yarnpkg.com/styled-jsx/-/styled-jsx-5.0.0.tgz#816b4b92e07b1786c6b7111821750e0ba4d26e77"
integrity sha512-qUqsWoBquEdERe10EW8vLp3jT25s/ssG1/qX5gZ4wu15OZpmSMFI2v+fWlRhLfykA5rFtlJ1ME8A8pm/peV4WA== integrity sha512-qUqsWoBquEdERe10EW8vLp3jT25s/ssG1/qX5gZ4wu15OZpmSMFI2v+fWlRhLfykA5rFtlJ1ME8A8pm/peV4WA==
styleq@0.1.0: styleq@^0.1.2:
version "0.1.0" version "0.1.2"
resolved "https://registry.yarnpkg.com/styleq/-/styleq-0.1.0.tgz#fa7ddd0e8dcd1a5393fc8786a272ce5dfa799443" resolved "https://registry.yarnpkg.com/styleq/-/styleq-0.1.2.tgz#052b46af5ca4f920b1bdae2735ffb1e3970f53cd"
integrity sha512-3pZrGqJnCkAJK0yIzIxWv/iTFv+cCjBJyw6uB5TOw2JhdNeCgmsuqWwDTSD8hneproiI9MGl9SfSG8OSEv4svw== integrity sha512-EBNuMVSxpssuFcJq/c4zmZ4tpCyX9E27hz5xPJhw4URjRHcYXPHh8rDHY/tJsw5gtP0+tIL3IBYeQVIYjdZFhg==
supports-color@^2.0.0: supports-color@^2.0.0:
version "2.0.0" version "2.0.0"