Skip to content

Commit 8caf302

Browse files
committed
feat: upgrade @cssxjs/css-to-react-native to support var() in different complex cases
1 parent 42d57b9 commit 8caf302

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"dependencies": {
6363
"css": "^3.0.0",
6464
"css-mediaquery": "^0.1.2",
65-
"@cssxjs/css-to-react-native": "3.2.0-1"
65+
"@cssxjs/css-to-react-native": "3.2.0-2"
6666
},
6767
"repository": {
6868
"type": "git",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -947,10 +947,10 @@
947947
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
948948
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
949949

950-
"@cssxjs/css-to-react-native@3.2.0-1":
951-
version "3.2.0-1"
952-
resolved "https://registry.yarnpkg.com/@cssxjs/css-to-react-native/-/css-to-react-native-3.2.0-1.tgz#16ae82a72abd812363662fd768fd5dfe84600f5a"
953-
integrity sha512-G0AnYEQANn2Y7Afqd0V8f6DNvDL70nv5wXuiY97mQOhJPGsshKjZQe+i082uVO1QOUXTZyRWTE0yCY3SiPxDGw==
950+
"@cssxjs/css-to-react-native@3.2.0-2":
951+
version "3.2.0-2"
952+
resolved "https://registry.yarnpkg.com/@cssxjs/css-to-react-native/-/css-to-react-native-3.2.0-2.tgz#30a0d685df85e84b98ba5b21ce013395ecc1d809"
953+
integrity sha512-VEPs2SaI47oC8cgUjtHT/J+7nuRZUMqH6hu/eI7ljVJfG/cRktwe7u1OjNWkDxgSBZkVViTIEHTo8j7mP9YnVA==
954954
dependencies:
955955
camelize "^1.0.0"
956956
css-color-keywords "^1.0.0"

0 commit comments

Comments
 (0)