[jss-use] Plugin which applies any other plugin to the specific rule
Open
complexity:moderate
idea
- Dominant language
- JavaScript
- Stars
- 7.1k
- Forks
- 386
- PR merge metrics
- No merged PRs in 30d
Description
Sometimes we don't need plugins to be global, we need to apply them more granular, to a specific rule.
Inspired by https://github.com/postcss/postcss-use
```
{
button: {
use: somePlugin, // or [somePlugin1, somePlugin2]
color: 'red'
}
}
```
cc @ai
Contributor guide
Assessment
This issue has not been assessed yet.