Method: Code::Component#theme_classname

Defined in:
app/components/lookbook/code/component.rb

#theme_classnameObject



30
31
32
# File 'app/components/lookbook/code/component.rb', line 30

def theme_classname
  "theme-#{@theme.to_s.tr("_", "-")}"
end