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?
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
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 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