Support @layer property
Open
- Dominant language
- JavaScript
- Stars
- 7.1k
- Forks
- 386
- PR merge metrics
- No merged PRs in 30d
Description
Hello, I'm trying to make new @layer property work with JSS (wrap all my JSS inside `@layer test { /*all my jss here */ }`), but the only way I was able to do it is hack methods that output JSS to string and hardcode it there. Any suggestions on how to do it properly?
Contributor guide
Research direction
Start by tracing the JSS methods that output styles to strings and examine how an @layer wrapper could be represented without the reported hardcoded string hack. Done means JSS users can wrap all their JSS in an @layer block through supported behavior rather than modifying generated output manually.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css, javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100