Support jss-template plugin
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 214
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
So we can use template literals when needed:
```js
styled('div')(`
color: red;
`)
```
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names no files, tests, or entry points. Start by locating the plugin integration and existing handling for styled('div'), then check how template literals are currently parsed or passed through. Done means the shown template-literal call works without breaking existing styled usage, with coverage for that example.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100