Skip to content

Instantly share code, notes, and snippets.

@alanhogan
Created December 13, 2013 18:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alanhogan/7948419 to your computer and use it in GitHub Desktop.
Save alanhogan/7948419 to your computer and use it in GitHub Desktop.
- title "Modules"
%h1 CSS Modules
%ul
- @modules.each do |mod|
%li
- name = "<code><b>#{mod}</b></code>"
- desc = Descss.new mod
- name += ": <b>#{desc.name}</b>" if desc.has_name?
= link_to name.html_safe, devtools_module_path(mod)
@alanhogan
Copy link
Author

screen shot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment