Skip to content

Instantly share code, notes, and snippets.

@tommymarshall
Created January 26, 2015 22:01
Show Gist options
  • Save tommymarshall/1b849d9ad036ef248bbc to your computer and use it in GitHub Desktop.
Save tommymarshall/1b849d9ad036ef248bbc to your computer and use it in GitHub Desktop.
Thing to generate classes? What's ruby?
className([
'folder',
'list__item',
'folder--empty' => current_conversations.count == 0,
'search-facet__list__item--has-children',
'search-facet__list__item',
'search-facet__list__item--active' => current_conversations.include?(conversation)
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment