Skip to content

Commit

Permalink
Update dependencies and regenerate CSS parser
Browse files Browse the repository at this point in the history
  • Loading branch information
mskelton authored and github-actions[bot] committed Feb 1, 2025
1 parent 75d3ad2 commit 41458cb
Show file tree
Hide file tree
Showing 5 changed files with 7,286 additions and 6,405 deletions.
45 changes: 10 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

57 changes: 49 additions & 8 deletions src/grammar.json
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,15 @@
]
}
]
},
{
"type": "ALIAS",
"content": {
"type": "STRING",
"value": "host"
},
"named": true,
"value": "class_name"
}
]
}
Expand Down Expand Up @@ -945,8 +954,16 @@
"type": "SEQ",
"members": [
{
"type": "SYMBOL",
"name": "_selector"
"type": "CHOICE",
"members": [
{
"type": "SYMBOL",
"name": "_selector"
},
{
"type": "BLANK"
}
]
},
{
"type": "STRING",
Expand Down Expand Up @@ -987,8 +1004,16 @@
"type": "SEQ",
"members": [
{
"type": "SYMBOL",
"name": "_selector"
"type": "CHOICE",
"members": [
{
"type": "SYMBOL",
"name": "_selector"
},
{
"type": "BLANK"
}
]
},
{
"type": "STRING",
Expand All @@ -1008,8 +1033,16 @@
"type": "SEQ",
"members": [
{
"type": "SYMBOL",
"name": "_selector"
"type": "CHOICE",
"members": [
{
"type": "SYMBOL",
"name": "_selector"
},
{
"type": "BLANK"
}
]
},
{
"type": "STRING",
Expand All @@ -1029,8 +1062,16 @@
"type": "SEQ",
"members": [
{
"type": "SYMBOL",
"name": "_selector"
"type": "CHOICE",
"members": [
{
"type": "SYMBOL",
"name": "_selector"
},
{
"type": "BLANK"
}
]
},
{
"type": "STRING",
Expand Down
Loading

0 comments on commit 41458cb

Please sign in to comment.