Closed as not planned
Description
What would you want to propose?
Hello! We encountered the fact that the type construction is not supported
:root.ClassName {
--custom-props: value
}
Suggested solution
In source code we found that the package does not process the class of the :root
element no
export const ROOT_SELECTOR_REGEX = /^:root$/i;
```need to modify the regular expression to support the className``
Additional context
No response
Validations
- Follow our Code of Conduct
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Would you like to open a PR for this feature?
- I'm willing to open a PR