Sha256: 9ea9f1a00e409d518ddbe2388eb2bef2d4db636d9c2058ef358dcfdcf980940c

Contents?: true

Size: 234 Bytes

Versions: 10

Compression:

Stored size: 234 Bytes

Contents

# frozen_string_literal: true

module BootstrapLeather
  # Helpers to interact with the grid
  module GridHelper
    def column_class(device_class, column_width)
      'col-' + device_class + '-' + column_width.to_s
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
bootstrap_leather-0.10.14 app/helpers/bootstrap_leather/grid_helper.rb
bootstrap_leather-0.10.13 app/helpers/bootstrap_leather/grid_helper.rb
bootstrap_leather-0.10.11 app/helpers/bootstrap_leather/grid_helper.rb
bootstrap_leather-0.10.10 app/helpers/bootstrap_leather/grid_helper.rb
bootstrap_leather-0.10.9 app/helpers/bootstrap_leather/grid_helper.rb
bootstrap_leather-0.10.8 app/helpers/bootstrap_leather/grid_helper.rb
bootstrap_leather-0.10.7 app/helpers/bootstrap_leather/grid_helper.rb
bootstrap_leather-0.10.6 app/helpers/bootstrap_leather/grid_helper.rb
bootstrap_leather-0.10.5 app/helpers/bootstrap_leather/grid_helper.rb
bootstrap_leather-0.10.4 app/helpers/bootstrap_leather/grid_helper.rb