fix(parse/css): parse tailwind @utility with slash in the name#9043
fix(parse/css): parse tailwind @utility with slash in the name#9043
@utility with slash in the name#9043Conversation
🦋 Changeset detectedLatest commit: 12f0722 The changes in this PR will be included in the next version bump. This PR includes changesets to release 13 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Merging this PR will not alter performance
Comparing Footnotes
|
1bfb213 to
12f0722
Compare
|
No actionable comments were generated in the recent review. 🎉 WalkthroughThis PR addresses parsing errors when Tailwind Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
Comment |
Summary
Allows the css parser to parse
@utility a/b {}.fixes #8897
Test Plan
snapshots
Docs