Support :before and content settings?
Open
- Dominant language
- JavaScript
- Stars
- 438
- Forks
- 77
- PR merge metrics
- No merged PRs in 30d
Description
I know thats way more complex but is it possible to also support the following:
```
div.info::before {
content: 'Info';
background-color: #66dd66;
}
```
Contributor guide
Assessment
This issue has not been assessed yet.