Sha256: a3dd574a31dccfaae201daa44b1acfdb664eff550c5a51bf8873c5142eac4542
Contents?: true
Size: 271 Bytes
Versions: 4
Compression:
Stored size: 271 Bytes
Contents
# frozen_string_literal: true module SimpleNavigationBootstrap class Bootstrap2 < SimpleNavigation::Renderer::Base include BootstrapBase private def bootstrap_version 2 end def navigation_class nil end end end
Version data entries
4 entries across 4 versions & 1 rubygems