Allow specifying a starting ident for ident generation.
Open
Nobody has claimed this yet.
help wanted
pkg:opticss
- Dominant language
- TypeScript
- Stars
- 713
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
When several different optimized stylesheets need to co-exist, the default settings for ident generation will conflict with each other. By configuring starting points with big enough gaps, the optimized stylesheets can safely avoid each other.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the ident-generation entry point and the configuration used by optimized stylesheets. Check how the default ident sequence is selected and how multiple stylesheet runs could share it. Done means callers can configure distinct starting points and generated idents no longer conflict when the configured gaps are sufficient.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css, typescript
- Domain
- performance, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100