linkedin / linkedin/opticss

Allow specifying a starting ident for ident generation.

Open
#18 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.