less / less/less-plugin-clean-css
Some colors are incorrectly converted
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 193
- Forks
- 41
- Avg merge
- 7h 43m
- Merged PRs (30d)
- 2
Description
For example: text-shadow: 0 0 7px #ff0000bd; is converted to: text-shadow:0 0 7px #f00bd which is invalid
Contributor guide
No contributing guide indexed for this repository
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
No file or test is mentioned. Reproduce the conversion using the reported text-shadow example, then trace the color-conversion entry point and add coverage for the eight-digit hex color case. Done means the converted declaration remains valid and preserves the intended color and alpha value.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css, javascript
- Domain
- frontend, web-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100