Skip to content

feat: adopt Tailwind CSS utility classes for styling - #6

Draft
nicomiguelino wants to merge 1 commit into
developmentfrom
chore/adopt-tailwind-css
Draft

feat: adopt Tailwind CSS utility classes for styling#6
nicomiguelino wants to merge 1 commit into
developmentfrom
chore/adopt-tailwind-css

Conversation

@nicomiguelino

Copy link
Copy Markdown
Contributor

Summary

  • Rework index.html to use Tailwind utility classes instead of custom CSS classes, keeping visual appearance and behavior unchanged.
  • Dynamically-rendered table rows/cells (src/app.ts) now get their Tailwind utility classes appended in className at creation time instead of relying on custom CSS selectors.
  • Slim src/css/style.css down to just the design-system import.
  • Bump @screenly/edge-apps to ^1.3.0 for upcoming Tailwind CSS support (not yet published).
  • Regenerate screenshots/*.webp to reflect the change.

Reference: Screenly/clock-app#12, Screenly/weather-app#6

Test plan

  • bun run type-check passes
  • bun run build succeeds
  • bun run screenshots regenerated all 10 resolutions; visually verified layout, row dividers, and text render identically to before

Rework index.html to use Tailwind utility classes instead of custom CSS
classes, keeping visual appearance and behavior unchanged. Slim the CSS
entry point down to just the design-system import. Bump
@screenly/edge-apps to ^1.3.0 for upcoming Tailwind CSS support.
Regenerate screenshots to reflect the change.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant