Skip to content

Commit

Permalink
Prepare for future CSS changes
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed Jun 26, 2023
1 parent 7a894b5 commit 6626bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/syntax_test_style.astro
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
h1 {
background-color: var(--backgroundColor);
// ^^^^^^^^^^^^^^^^^ variable.other.custom-property.css
color: var(--textColor);
; color: var(--textColor);
// ^^^^^^^^^^^ variable.other.custom-property.css
}
</style>
Expand Down

0 comments on commit 6626bb9

Please sign in to comment.