Sha256: f49184b07c5b72a05227a86e41c9e8ed5b59293d67cb950fe7844eb5fc7a90d6
Contents?: true
Size: 357 Bytes
Versions: 1
Compression:
Stored size: 357 Bytes
Contents
# frozen_string_literal: true Heroicon.configure do |config| config.variant = :solid # Options are :solid, :outline and :mini ## # You can set a default class, which will get applied to every icon with # the given variant. To do so, un-comment the line below. # config.default_class = {solid: "h-5 w-5", outline: "h-6 w-6", mini: "h-4 w-4"} end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
heroicon-1.0.0 | lib/generators/heroicon/templates/heroicon.rb.tt |