Sha256: c85a945ab3be35c87f4366b52bbce18186a1f2466af4bf42030fd9d14518a245

Contents?: true

Size: 351 Bytes

Versions: 6

Compression:

Stored size: 351 Bytes

Contents

%p These icons are a combination of #{link_to 'Feather', 'https://feathericons.com/'} and #{link_to 'FontAwesome', 'https://fontawesome.com/'} icons.

.row.text-center
  - Dir["#{__dir__}/../../../assets/icons/*.svg"].map { |path| path.split('/').last.chomp('.svg') }.each do |name|
    .col-sm-2.my-3
      = icon(name)
      %br
      %small= name

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
effective_bootstrap-0.0.6 app/views/effective/style_guide/_feather_icons.html.haml
effective_bootstrap-0.0.5 app/views/effective/style_guide/_feather_icons.html.haml
effective_bootstrap-0.0.4 app/views/effective/style_guide/_feather_icons.html.haml
effective_bootstrap-0.0.3 app/views/effective/style_guide/_feather_icons.html.haml
effective_bootstrap-0.0.2 app/views/effective/style_guide/_feather_icons.html.haml
effective_bootstrap-0.0.1 app/views/effective/style_guide/_feather_icons.html.haml