-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
I’m seeing both csstree-validator@3.0.0 and stylelint-csstree-validator@3.0.0 flag text-wrap as an unknown property, even though it appears in the CSS Tree docs
Steps to reproduce:
- Create a file with the following contents
div {
text-wrap: nowrap;
}- Run it through
csstree-validator - It will return the following error:
* Unknown property `text-wrap`
- Running the same file through the W3C Validator does not return any errors
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels