Sha256: f94f74effb35ea37ac28618414f0c31f580f580b4da64c9c1f360af825c83750

Contents?: true

Size: 191 Bytes

Versions: 5

Compression:

Stored size: 191 Bytes

Contents

module AmpHtml
    module AssetHelper

        def amp_css &block
            if block_given?
                append :css, capture(&block)
            end
        end

    end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
amp-html-1.2.1 app/helpers/amp_html/asset_helper.rb
amp-html-1.2.0 app/helpers/amp_html/asset_helper.rb
amp-html-1.1.0 app/helpers/amp_html/asset_helper.rb
amp-html-1.0.1 app/helpers/amp_html/asset_helper.rb
amp-html-1.0.0 app/helpers/amp_html/asset_helper.rb