Module: UniRails::Helpers::CSSHelper

Defined in:
lib/uni_rails/helpers/css_helper.rb

Instance Method Summary collapse

Instance Method Details

#uni_rails_css_stylesheetObject



4
5
6
7
8
# File 'lib/uni_rails/helpers/css_helper.rb', line 4

def uni_rails_css_stylesheet
  (:style) do
    raw App::CSS.css
  end
end