Method: Code::Component#theme_classname
- Defined in:
- app/components/lookbook/code/component.rb
#theme_classname ⇒ Object
32 33 34 |
# File 'app/components/lookbook/code/component.rb', line 32 def theme_classname "theme-#{@theme.to_s.tr("_", "-")}" end |