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
| @function colorize($color, $change: n) { | |
| @if $change == l1 { | |
| @return tint($color, 10%); | |
| } | |
| @else if $change == l2 { | |
| @return tint($color, 25%); | |
| } | |
| @else if $change == l3 { | |
| @return tint($color, 50%); | |
| } |
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
| <div class="articles"> | |
| <h1>Recent Articles</h1> | |
| {exp:channel:entries channel="articles"} | |
| <article> | |
| <h1>{title}</h1> | |
| {body} | |
| </article> | |
| {/exp:channel:entries} |
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
| Ryans-MacBook-Pro:_assets RyanRoberts$ compass watch | |
| >>> Compass is watching for changes. Press Ctrl-C to Stop. | |
| /Library/Ruby/Gems/1.8/gems/fssm-0.2.7/lib/fssm/backends/fsevents.rb:27: [BUG] Segmentation fault | |
| ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0] | |
| Abort trap: 6 |
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
| br ~ br, | |
| * br:only-child { | |
| display: none; | |
| } |
NewerOlder