Customize CSS class names via registerClass arguments.
Open
- Dominant language
- JavaScript
- Stars
- 284
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
I find myself wanting to be able to customize my CSS class names.
``` js
var customNamed = Rcss.registerClass({color: 'red'}, 'custom-named');
```
I'm sure this has already been considered. What's the status?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at the Rcss.registerClass entry point shown in the issue and inspect how CSS class names are currently generated. Determine the intended behavior for the optional custom name, then verify that named registrations produce the expected class names without breaking existing registrations.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100