Skip to content

Commit

Permalink
feat(css): Add missing syntax <dasharray> for stroke-dasharray (#791
Browse files Browse the repository at this point in the history
)

* Add missing syntax `<dasharray>` for `stroke-dasharray`

* Apply suggestions from code review
  • Loading branch information
skyclouds2001 authored Nov 22, 2024
1 parent 8ec6d50 commit df08f67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions css/syntaxes.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,9 @@
"cubic-bezier-timing-function": {
"syntax": "ease | ease-in | ease-out | ease-in-out | cubic-bezier(<number [0,1]>, <number>, <number [0,1]>, <number>)"
},
"dasharray": {
"syntax": "[ [ <length-percentage> | <number> ]+ ]#"
},
"deprecated-system-color": {
"syntax": "ActiveBorder | ActiveCaption | AppWorkspace | Background | ButtonFace | ButtonHighlight | ButtonShadow | ButtonText | CaptionText | GrayText | Highlight | HighlightText | InactiveBorder | InactiveCaption | InactiveCaptionText | InfoBackground | InfoText | Menu | MenuText | Scrollbar | ThreeDDarkShadow | ThreeDFace | ThreeDHighlight | ThreeDLightShadow | ThreeDShadow | Window | WindowFrame | WindowText"
},
Expand Down

0 comments on commit df08f67

Please sign in to comment.