Class: Roll::Amp::Style::CustomStyleTag
- Defined in:
- lib/roll/amp/style/custom_style_tag.rb
Overview
The custom style tag.
Instance Method Summary collapse
-
#initialize(content) ⇒ CustomStyleTag
constructor
Initializes new instance of the custom style tag.
Methods inherited from StyleTag
Constructor Details
#initialize(content) ⇒ CustomStyleTag
Initializes new instance of the custom style tag.
8 9 10 |
# File 'lib/roll/amp/style/custom_style_tag.rb', line 8 def initialize(content) super('amp-custom', content) end |