Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Commit

Permalink
teat: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
talkor committed Feb 1, 2024
1 parent c0cafae commit 31801f5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ const ALLOWED_CSS_VARS_PREFIX_WITHOUT_MAPPING = [
"--font-weight",
"--font-size",
"--font-line-height",
"--letter-spacing"
"--letter-spacing",
"--layer"
];

describe("props-to-allowed-vars", () => {
Expand Down

0 comments on commit 31801f5

Please sign in to comment.