From 1b44e1d2818d07eda05dde240ffaf6d700b80aa2 Mon Sep 17 00:00:00 2001 From: Djalma Araujo Date: Thu, 7 May 2026 01:11:01 -0300 Subject: [PATCH 1/2] fix(docs): scan ruby ui gem classes in tailwind --- docs/app/assets/stylesheets/application.tailwind.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/app/assets/stylesheets/application.tailwind.css b/docs/app/assets/stylesheets/application.tailwind.css index 36096405..7cb4d7ac 100644 --- a/docs/app/assets/stylesheets/application.tailwind.css +++ b/docs/app/assets/stylesheets/application.tailwind.css @@ -3,6 +3,8 @@ @plugin "@tailwindcss/forms"; @plugin "@tailwindcss/typography"; +@source "../../../../gem/lib/ruby_ui"; + /* Safelist classes from RubyUI gem components rendered by the docs app. */ @source inline("dark:inline-block"); From 64e847ea69ee3685761bd8d6b84b110345aaf871 Mon Sep 17 00:00:00 2001 From: Djalma Araujo Date: Thu, 7 May 2026 01:12:49 -0300 Subject: [PATCH 2/2] chore: ignore local claude instructions --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..aa5a7bc8 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +CLAUDE.local.md