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
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
The text was updated successfully, but these errors were encountered:
I’m seeing both
csstree-validator@3.0.0
andstylelint-csstree-validator@3.0.0
flagtext-wrap
as an unknown property, even though it appears in the CSS Tree docsSteps to reproduce:
csstree-validator
The text was updated successfully, but these errors were encountered: