Skip to content

Commit

Permalink
feat(css_formatter): ValueListLayout::SingleValue
Browse files Browse the repository at this point in the history
  • Loading branch information
denbezrukov committed Apr 3, 2024
1 parent 88a1097 commit 41142f7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ CssRoot {
],
},
COMMA@164..199 "," [] [Whitespace(" "), Comments("/* Error in URL, reco ..."), Whitespace(" ")],
missing element,
],
block: CssRuleBlock {
l_curly_token: L_CURLY@199..200 "{" [] [],
Expand Down Expand Up @@ -143,6 +144,7 @@ CssRoot {
2: CSS_BOGUS_DOCUMENT_MATCHER@151..164
0: IDENT@151..164 "invalid-url" [Newline("\n"), Whitespace(" ")] []
3: COMMA@164..199 "," [] [Whitespace(" "), Comments("/* Error in URL, reco ..."), Whitespace(" ")]
4: (empty)
2: CSS_RULE_BLOCK@199..203
0: L_CURLY@199..200 "{" [] []
1: CSS_RULE_LIST@200..200
Expand Down

0 comments on commit 41142f7

Please sign in to comment.