You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for opening your first issue in Josee9988/project-template! Be sure to follow the issue template and provide every bit of information to help the developers!
🐞 Bug Report
Describe the bug
The :where() CSS pseudo-class function does not work if preceded by a selector.
Is this a regression?
I am not sure.
To Reproduce
Expected behaviour
header :where(.description,.title){padding-inline:1rem;}
Actual behaviour
header:where(.description,.title){padding-inline:1rem;}
Notice the missing space between "header" and ":where"
Media prove
Your environment
Additional context
Maybe there are some CSS pseudo-class functions that I haven't tried that are also affected by this issue.
The text was updated successfully, but these errors were encountered: