We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e0ad0e commit b56b7d8Copy full SHA for b56b7d8
2 files changed
.gitignore
@@ -0,0 +1 @@
1
+CLAUDE.local.md
docs/app/assets/stylesheets/application.tailwind.css
@@ -3,6 +3,8 @@
3
@plugin "@tailwindcss/forms";
4
@plugin "@tailwindcss/typography";
5
6
+@source "../../../../gem/lib/ruby_ui";
7
+
8
/* Safelist classes from RubyUI gem components rendered by the docs app. */
9
@source inline("dark:inline-block");
10
0 commit comments