diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..aa5a7bc8 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +CLAUDE.local.md 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");