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
I’m seeing both
csstree-validator@3.0.0andstylelint-csstree-validator@3.0.0flagtext-wrapas an unknown property, even though it appears in the CSS Tree docsSteps to reproduce:
csstree-validator