Skip to content

Commit 1ef8799

Browse files
author
uni@uni-macmini.local
committed
chore: sync css.json
1 parent 597d1cd commit 1ef8799

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

packages/uni-nvue-styler/lib/css.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7834,7 +7834,8 @@
78347834
{
78357835
"name": "border-radius",
78367836
"restrictions": [
7837-
"length"
7837+
"length",
7838+
"percentage"
78387839
],
78397840
"syntax": "<length-percentage>{1,4} [ / <length-percentage>{1,4} ]?",
78407841
"uniPlatform": {
@@ -7884,7 +7885,8 @@
78847885
{
78857886
"name": "border-top-left-radius",
78867887
"restrictions": [
7887-
"length"
7888+
"length",
7889+
"percentage"
78887890
],
78897891
"syntax": "<length-percentage>{1,2}",
78907892
"uniPlatform": {
@@ -7934,7 +7936,8 @@
79347936
{
79357937
"name": "border-top-right-radius",
79367938
"restrictions": [
7937-
"length"
7939+
"length",
7940+
"percentage"
79387941
],
79397942
"syntax": "<length-percentage>{1,2}",
79407943
"uniPlatform": {
@@ -7984,7 +7987,8 @@
79847987
{
79857988
"name": "border-bottom-left-radius",
79867989
"restrictions": [
7987-
"length"
7990+
"length",
7991+
"percentage"
79887992
],
79897993
"syntax": "<length-percentage>{1,2}",
79907994
"uniPlatform": {
@@ -8034,7 +8038,8 @@
80348038
{
80358039
"name": "border-bottom-right-radius",
80368040
"restrictions": [
8037-
"length"
8041+
"length",
8042+
"percentage"
80388043
],
80398044
"syntax": "<length-percentage>{1,2}",
80408045
"uniPlatform": {
@@ -8354,7 +8359,8 @@
83548359
}
83558360
},
83568361
"defaultValue": {
8357-
"uvue": "#000000",
8362+
"uvue-app": "#000000",
8363+
"uvue-web": "canvastext",
83588364
"w3c": "canvastext"
83598365
}
83608366
},

0 commit comments

Comments
 (0)