mirror of
https://gitee.com/openharmony/third_party_weex-loader
synced 2024-11-27 01:20:23 +00:00
!139 新增textDecorationColor转十六进制
Merge pull request !139 from 陈宇怀/master
This commit is contained in:
commit
bc4dffe0a0
3
deps/weex-styler/lib/validator.js
vendored
3
deps/weex-styler/lib/validator.js
vendored
@ -2417,7 +2417,8 @@ var RICH_PROP_NAME_GROUPS = {
|
||||
stroke: COLOR_VAR_VALIDATOR,
|
||||
strokeOpacity: NUMBER_VALIDATOR,
|
||||
strokeWidth: LENGTH_VALIDATOR,
|
||||
fontFeatureSettings: ANYTHING_VALIDATOR
|
||||
fontFeatureSettings: ANYTHING_VALIDATOR,
|
||||
textDecorationColor: COLOR_VAR_VALIDATOR
|
||||
},
|
||||
calendar: {
|
||||
boundaryColOffset: LENGTH_VALIDATOR,
|
||||
|
Loading…
Reference in New Issue
Block a user