green-coder / green-coder/girouette
translate-x-10 bug
Open
bug
- Dominant language
- Clojure
- Stars
- 207
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
Reported on Slack:
> When using attribute `:translate-x-10` on a class, I would expect the result being transform: `translateX(10px);` , but instead it is `--gi-translate-x:10px` , which is invalid.
Contributor guide
No contributing guide indexed for this repository
Research direction
No source file or test is named. Start by reproducing the `:translate-x-10` case and trace how Girouette parses that attribute and generates CSS; done means it emits `transform: translateX(10px);` rather than the invalid `--gi-translate-x:10px` output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clojure
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100