themesberg / themesberg/flowbite

How to turn off dark mode if you don't use Node.js, and you use only CDN links in your work?

Open
#948 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

In my project, when making up the site, I use your product via CDN, without installation note.js . In the process, I discovered an incorrect display of styles associated with dark mode. Removed all classes with the "dark:" prefix. I have not completely corrected the situation. Configurations of the tailwind.config.js file
module.exports = {
darkMode: false,
// ...
}

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 by reviewing the reported CDN-only setup and the tailwind.config.js excerpt, then reproduce the dark-mode styling issue without Node.js. Check how removing dark: classes and setting darkMode: false affect the rendered styles. Done means identifying a confirmed way to disable or correct dark mode for this setup.

Written by the indexing model from the issue text.

Assessment

Tech stack
tailwindcss
Domain
frontend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.