module ViewComponentContrib::StyleVariants::ClassMethods
def style_config
def style_config @style_config ||= if superclass.respond_to?(:style_config) superclass.style_config.dup else StyleConfig.new end end
def style_config @style_config ||= if superclass.respond_to?(:style_config) superclass.style_config.dup else StyleConfig.new end end