Sha256: cef94043394b795663084d164e7b2260abc7c7d1899297663627b7982424ee5e

Contents?: true

Size: 231 Bytes

Versions: 2

Compression:

Stored size: 231 Bytes

Contents

require_relative 'basic_conversion_use_case'

module HtmlToHaml
  module NonHtmlSelectorBlocks
    class StyleConversionUseCase < BasicConversionUseCase
      HTML_TAG_NAME = "style"
      DEFAULT_TAG_TYPE = "css"
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
html-to-haml-0.0.6 lib/html_to_haml/use_cases/non_html_selector_blocks/style_conversion_use_case.rb
html-to-haml-0.0.5 lib/html_to_haml/use_cases/non_html_selector_blocks/style_conversion_use_case.rb