Skip to content

Commit b56b7d8

Browse files
authored
fix(docs): scan RubyUI gem classes in Tailwind (#379)
* fix(docs): scan ruby ui gem classes in tailwind * chore: ignore local claude instructions
1 parent 0e0ad0e commit b56b7d8

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CLAUDE.local.md

docs/app/assets/stylesheets/application.tailwind.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
@plugin "@tailwindcss/forms";
44
@plugin "@tailwindcss/typography";
55

6+
@source "../../../../gem/lib/ruby_ui";
7+
68
/* Safelist classes from RubyUI gem components rendered by the docs app. */
79
@source inline("dark:inline-block");
810

0 commit comments

Comments
 (0)