Skip to content

Instantly share code, notes, and snippets.

@douglaslise
Created May 12, 2016 23:00
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 douglaslise/f70733ef81f7c385b1bf033f46672a7a to your computer and use it in GitHub Desktop.
Save douglaslise/f70733ef81f7c385b1bf033f46672a7a to your computer and use it in GitHub Desktop.
Custom CSS per controller and action
.home_controller.index_action {
background-color: blue;
}
<body class="<%= controller_name %>_controller <%= action_name %>_action">
Isso vai gerar:
<body class="home_controller index_action">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment