Skip to content

Unknown property text-wrap #37

@mgurgel

Description

@mgurgel

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:

  1. Create a file with the following contents
div {
	text-wrap: nowrap;
}
  1. Run it through csstree-validator
  2. It will return the following error:
    * Unknown property `text-wrap`
  1. Running the same file through the W3C Validator does not return any errors

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions