We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1622915 commit d83a35aCopy full SHA for d83a35a
lib/generators/ruby_ui/install/install_generator.rb
@@ -62,12 +62,6 @@ def add_tailwind_css
62
def install_tailwind_plugins
63
say "Installing tw-animate-css plugin"
64
install_js_package("tw-animate-css")
65
-
66
- say "Installing @tailwindcss/forms plugin"
67
- install_js_package("@tailwindcss/forms")
68
69
- say "Installing @tailwindcss/typography plugin"
70
- install_js_package("@tailwindcss/typography")
71
end
72
73
def add_ruby_ui_base
lib/generators/ruby_ui/install/templates/tailwind.css.erb
@@ -1,8 +1,5 @@
1
@import "tailwindcss";
2
3
-@plugin "@tailwindcss/forms";
4
-@plugin "@tailwindcss/typography";
5
6
<% if using_importmap? %>
7
@import "../../../vendor/javascript/tw-animate-css.js";
8
<% else %>
0 commit comments