themesberg / themesberg/flowbite

--radius property with conflicting values

Open
#1,121 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.