Sha256: f0bb0d3a90682642bdab29bb1a797127b2aaa5656f3dbd9b4135e5bb78a12e86

Contents?: true

Size: 224 Bytes

Versions: 2

Compression:

Stored size: 224 Bytes

Contents

module BootstrapEmail
  module Component
    class Paragraph < Base
      def build
        each_node('p') do |node|
          next if margin?(node)

          add_class(node, 'mb-4')
        end
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bootstrap-email-1.0.0.alpha2.1 lib/bootstrap-email/components/paragraph.rb
bootstrap-email-1.0.0.alpha2 lib/bootstrap-email/components/paragraph.rb