Skip to content

Instantly share code, notes, and snippets.

@drewbolles
Created January 27, 2016 20:33
Show Gist options
  • Select an option

  • Save drewbolles/8db04d2d4c6a5c6e9710 to your computer and use it in GitHub Desktop.

Select an option

Save drewbolles/8db04d2d4c6a5c6e9710 to your computer and use it in GitHub Desktop.
/**
* Article styles
*/
.node--type-article {
.field--name-body {
font-size: 20px;
}
// View mode specific styles
&.node--view-mode-full {
// Full styles
}
&.node--view-mode-teaser {
// Teaser styles
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment