Class: StimulusPlumbers::Tailwind::Generators::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- StimulusPlumbers::Tailwind::Generators::InstallGenerator
- Includes:
- Generators::CssEntrypoint
- Defined in:
- lib/generators/stimulus_plumbers/tailwind/install/install_generator.rb
Instance Method Summary collapse
Instance Method Details
#install ⇒ Object
15 16 17 18 19 20 21 22 |
# File 'lib/generators/stimulus_plumbers/tailwind/install/install_generator.rb', line 15 def install css_file = entry_css_file(**) return warn_entry_css_not_found(label: "Tailwind CSS", **) unless css_file apply_tokens_directive(css_file) apply_animations_directive(css_file) apply_sources_directive(css_file) end |