Skip to content

Commit

Permalink
ENGCOM-9332: Tailwindui css layout support - colon is not accepted by…
Browse files Browse the repository at this point in the history
… the pattern #34559
  • Loading branch information
sidolov authored Jan 31, 2022
2 parents fa7788f + bc7c7f9 commit 355a064
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@

<xs:simpleType name="htmlClassType">
<xs:restriction base="xs:string">
<xs:pattern value="[a-zA-Z][a-zA-Z\d\-_]*(\s[a-zA-Z][a-zA-Z\d\-_]*)*"/>
<xs:pattern value="[a-zA-Z][a-zA-Z\d\-_:]*(\s[a-zA-Z][a-zA-Z\d\-_:]*)*"/>
</xs:restriction>
</xs:simpleType>

Expand Down

0 comments on commit 355a064

Please sign in to comment.