Closed PatrykWalach closed 10 months ago
Fixes regex for any classes containing ")"
This only supports one pair of parenthesis, optimal solutions would be to write a loop and track number of parenthesis or use recursive regex
fixes #123
Adding support for css variables, css function and tailwind arbitrary values syntax to the transformer. (Nesting is supported)
Description
Fixes regex for any classes containing ")"
107
Additional context
This only supports one pair of parenthesis, optimal solutions would be to write a loop and track number of parenthesis or use recursive regex
What is the purpose of this pull request?
Before submitting the PR, please make sure you do the following
fixes #123
).