Drop TailwindCSS CDN to minified css file
Open
enhancement
style
- Dominant language
- HTML
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Now the code is using `TailwindCSS CDN` file (which includes the **entire** tailwind css declarations..).
It would be better to use only the css classes used.
- Look into tailwind `jit` mode.
- Even better: try to find a solution with no build-step? _(to keep it simple)_
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the TailwindCSS CDN reference in the project’s HTML and review how the current styles are loaded. Compare JIT or minified CSS approaches, including the no-build-step constraint; done means the page ships only the classes it uses without the full CDN stylesheet.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- tailwindcss
- Domain
- frontend
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100