Sha256: 496673f42b318a73864ab943d0639cf168856690f737b53f9a74a3a94eb8cf4f
Contents?: true
Size: 258 Bytes
Versions: 4
Compression:
Stored size: 258 Bytes
Contents
# frozen_string_literal: true module ViewComponentScopedCss # # ViewComponentScopedCss config # class Config include ActiveSupport::Configurable config_accessor(:component_tag) { :div } config_accessor(:compile_cache) { true } end end
Version data entries
4 entries across 4 versions & 1 rubygems