-
-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
acceptedThere is consensus among the team that this change meets the criteria for inclusionThere is consensus among the team that this change meets the criteria for inclusionbugSomething isn't workingSomething isn't working
Description
Environment
main branch
Which language are you using?
stylesheet
What did you do?
Configuration
/* eslint css/no-invalid-properties: "error" */
a {
background: hwb(from hsl(0 100% 50%) h 30% b); // Error
color: hsl(from #123456 h s calc(l + 20)) // Error
color: hsla(from #123456 h s calc(l + 20)) // Error
color: hwb(from green h w b / 0.5); // Error
color: lch(from green l c h / 0.5); // Error
}What did you expect to happen?
All are valid syntax, there should be no error.
What actually happened?
Link to Minimal Reproducible Example
Provided above
Participation
- I am willing to submit a pull request for this issue.
Additional comments
I noticed this while working on #235, If the team aligns I'll gladly send a PR for fix.
Metadata
Metadata
Assignees
Labels
acceptedThere is consensus among the team that this change meets the criteria for inclusionThere is consensus among the team that this change meets the criteria for inclusionbugSomething isn't workingSomething isn't working
Type
Projects
Status
Blocked