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
| dl { | |
| display: grid; | |
| grid-template: auto / 10em 1fr; | |
| } | |
| dt { | |
| background: #fee; | |
| } | |
| dd { |
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="wrapper"> | |
| <ul id="skg-side-nav"> | |
| <li class="active"><a href="">Get Involved</a></li> | |
| <li><a href="">Register</a></li> | |
| <li><a href="">Donate</a></li> | |
| <li><a href="">Sponsor</a></li> | |
| <li><a href="">Volunteer</a></li> | |
| </ul> | |
| </div> |
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
| .fuzzy-highlight { | |
| text-shadow: #ff0 0 0 50px; | |
| } |
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
| defaults write -g NSNavPanelExpandedStateForSaveMode -bool TRUE |
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
| defaults write com.tapbots.TweetbotMac OpenURLsDirectly YES |
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
| defaults -currentHost write com.apple.ImageCapture disableHotPlug -bool true |
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 color-interpolate($c1, $c2, $percent) { | |
| @return $c1 * $percent + $c2 * (1 - $percent); | |
| } |
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
| <img src="example.svg" alt="example"> |
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
| html { | |
| -ms-overflow-style: scrollbar !important; | |
| } |
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
| # Jekyll generated files # | |
| ########################## | |
| _site | |
| .sass-cache | |
| # Sublime settings # | |
| #################### | |
| .sublime-project | |
| .sublime-workspace |
NewerOlder