Skip to content

Commit

Permalink
fix(css): Mark all 'text-emphasis*' properties inheritable (#685)
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkarRuikar authored Aug 29, 2023
1 parent 59748c3 commit 4382320
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -9223,7 +9223,7 @@
"text-emphasis": {
"syntax": "<'text-emphasis-style'> || <'text-emphasis-color'>",
"media": "visual",
"inherited": false,
"inherited": true,
"animationType": [
"text-emphasis-color",
"text-emphasis-style"
Expand All @@ -9248,7 +9248,7 @@
"text-emphasis-color": {
"syntax": "<color>",
"media": "visual",
"inherited": false,
"inherited": true,
"animationType": "color",
"percentages": "no",
"groups": [
Expand All @@ -9264,7 +9264,7 @@
"text-emphasis-position": {
"syntax": "[ over | under ] && [ right | left ]",
"media": "visual",
"inherited": false,
"inherited": true,
"animationType": "discrete",
"percentages": "no",
"groups": [
Expand All @@ -9280,7 +9280,7 @@
"text-emphasis-style": {
"syntax": "none | [ [ filled | open ] || [ dot | circle | double-circle | triangle | sesame ] ] | <string>",
"media": "visual",
"inherited": false,
"inherited": true,
"animationType": "discrete",
"percentages": "no",
"groups": [
Expand Down

0 comments on commit 4382320

Please sign in to comment.