Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Smith <[email protected]>
  • Loading branch information
skyclouds2001 and bsmth authored Dec 30, 2024
1 parent de987ee commit a910bd9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions css/selectors.json
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-slider-thumb"
},
"::after": {
"syntax": "::after | :after",
"syntax": "::after",
"groups": [
"Pseudo-elements",
"Selectors"
Expand All @@ -893,7 +893,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::backdrop"
},
"::before": {
"syntax": "::before | :before",
"syntax": "::before",
"groups": [
"Pseudo-elements",
"Selectors"
Expand All @@ -919,7 +919,7 @@
"status": "standard"
},
"::first-letter": {
"syntax": "::first-letter | :first-letter",
"syntax": "::first-letter",
"groups": [
"Pseudo-elements",
"Selectors"
Expand All @@ -928,7 +928,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::first-letter"
},
"::first-line": {
"syntax": "::first-line | :first-line",
"syntax": "::first-line",
"groups": [
"Pseudo-elements",
"Selectors"
Expand Down

0 comments on commit a910bd9

Please sign in to comment.