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