Skip to content

Commit bc7c7f9

Browse files
ENGCOM-9332: Tailwindui css layout support - colon is not accepted by the pattern #34559
- Merge Pull Request #34559 from in-session/magento2:patch-9 - Merged commits: 1. 34115de
2 parents 302f6c5 + 34115de commit bc7c7f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/View/Layout/etc/elements.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119

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

0 commit comments

Comments
 (0)