Created
January 27, 2016 20:33
-
-
Save drewbolles/8db04d2d4c6a5c6e9710 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * 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