module Phlex::Rails::Helpers::StylesheetLinkTag
def stylesheet_link_tag(*sources)
def stylesheet_link_tag(*sources) if (output = @_view_context.stylesheet_link_tag(*sources)) @_target << output end end
def stylesheet_link_tag(*sources) if (output = @_view_context.stylesheet_link_tag(*sources)) @_target << output end end