Module: Tailwindcss::AssetHelper

Extended by:
AssetHelper
Includes:
ActionView::Helpers::AssetTagHelper
Included in:
AssetHelper, Compiler::Channel
Defined in:
lib/tailwindcss/asset_helper.rb

Instance Method Summary collapse

Instance Method Details

#tailwind_stylesheet_pathObject



7
8
9
# File 'lib/tailwindcss/asset_helper.rb', line 7

def tailwind_stylesheet_path
  Tailwindcss.tailwind_css_file_path
end

#view_component_ui_asset_tagsObject



11
12
13
# File 'lib/tailwindcss/asset_helper.rb', line 11

def view_component_ui_asset_tags
  stylesheet_link_tag(tailwind_stylesheet_path)
end