Skip to content

Commit

Permalink
v6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke committed Dec 28, 2023
1 parent 35c00e9 commit 6584df1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions index.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ accept = [
{ code: '@import url("./test/import-custom-properties.css") screen; body { color: var(--brand-red); }' },
{ code: '@import url("./test/import-custom-properties.css" url-mod); body { color: var(--brand-red); }' },
{ code: '@import \'./test/import-custom-properties.css\'; @import \'./test/import-custom-properties123.css\'; body { color: var(--brand-red); }' },
{ code: 'color: var(--my-undefined-color, #ffffff);' },
];
reject = [
{ code: 'body { color: var(--brand-blue); }', message: messages.unexpected('--brand-blue', 'color') },
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylelint-value-no-unknown-custom-properties",
"version": "6.0.0",
"version": "6.0.1",
"description": "A stylelint rule to disallow usage of unknown custom properties",
"author": "Jonathan Neal <jonathantneal@hotmail.com>",
"license": "CC0-1.0",
Expand Down

0 comments on commit 6584df1

Please sign in to comment.