-
-
Notifications
You must be signed in to change notification settings - Fork 223
Closed
Labels
FixedFixed in master branch. Pending production release.Fixed in master branch. Pending production release.bugSomething isn't workingSomething isn't workingupstream
Description
Describe the bug
If I run svelte-check i get this warning
Warn: Unknown property: 'print-color-adjust' (scss)
But actually it's not an unknown property (https://developer.mozilla.org/en-US/docs/Web/CSS/print-color-adjust). Is there a way to ignore this warning at least? Can I configure something to get rid of this error or do I have the possability to ignore this line directly in code, like
.my-class {
// svelte-check-ignore
print-color-adjust: exact;
}Reproduction
.my-class {
print-color-adjust: exact;
-webkit-print-color-adjust: exact;
}Expected behaviour
A way to ignore specific warnings or not throwing this warning
System Info
- OS: Manjarro
- svelte-check 2.9.0
Which package is the issue about?
svelte-check
Additional Information, eg. Screenshots
No response
Metadata
Metadata
Assignees
Labels
FixedFixed in master branch. Pending production release.Fixed in master branch. Pending production release.bugSomething isn't workingSomething isn't workingupstream