Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the forceInclude regex to be specific
This new regex will match selectors like the following: :where(), :has(), :not(), :host(), :root(). Verified that it will not match selectors like the following: li(:last-child), .green:not(:disabled), .card-hover:hover.
- Loading branch information