Skip to content

Commit 6584df1

Browse files
committed
v6.0.1
1 parent 35c00e9 commit 6584df1

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

index.test.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ accept = [
4343
{ code: '@import url("./test/import-custom-properties.css") screen; body { color: var(--brand-red); }' },
4444
{ code: '@import url("./test/import-custom-properties.css" url-mod); body { color: var(--brand-red); }' },
4545
{ code: '@import \'./test/import-custom-properties.css\'; @import \'./test/import-custom-properties123.css\'; body { color: var(--brand-red); }' },
46+
{ code: 'color: var(--my-undefined-color, #ffffff);' },
4647
];
4748
reject = [
4849
{ code: 'body { color: var(--brand-blue); }', message: messages.unexpected('--brand-blue', 'color') },

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stylelint-value-no-unknown-custom-properties",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "A stylelint rule to disallow usage of unknown custom properties",
55
"author": "Jonathan Neal <[email protected]>",
66
"license": "CC0-1.0",

0 commit comments

Comments
 (0)