parcel-bundler / parcel-bundler/lightningcss
Support for compiling CSS modules
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Rust
- Stars
- 7.7k
- Forks
- 302
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/css-modules/css-modules
- local selectors by default
- local
CustomIdent(e.g. animation names) -
:local(...) -
:global(...) -
:local(non-function syntax) -
:global(non-function syntax) -
:import -
:export -
@value -
composesproperty
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
Read the linked CSS Modules specification and compare its checklist with the repository's existing CSS module support. Identify the entry points and tests covering the checked features, then define completion as support for the remaining :local, :global, :import, :export, and @value syntax without regressions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- build-system, compilers
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100