themesberg / themesberg/flowbite
--radius property with conflicting values
Open
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 9.4k
- Forks
- 862
- PR merge metrics
- No merged PRs in 30d
Description
Describe the bug
https://github.com/themesberg/flowbite/blob/main/src/themes/themes.css#L425
--radius: 10px;
--radius: 14px;
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
Start at src/themes/themes.css around line 425 and inspect the duplicate --radius declarations. Done means the conflicting values are resolved so the stylesheet defines an unambiguous radius there.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css, tailwindcss
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 50/100