class Roll::Amp::Style::CustomStyleTag

The custom style tag.

Public Class Methods

new(content) click to toggle source

Initializes new instance of the custom style tag. @param [String] the content of the tag.

Calls superclass method
# File lib/roll/amp/style/custom_style_tag.rb, line 8
def initialize(content)
  super('amp-custom', content)
end