This file contains 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
kbd { | |
padding: .1em .6em; | |
border: 1px solid rgba(0,0,0,0.25); | |
-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.25); | |
box-shadow: 0 1px 0 rgba(0,0,0,0.25); | |
font-size: .7em; | |
font-family: sans-serif; | |
background-color: #fff; | |
color: #333; | |
border-radius: 3px; |
This file contains 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
Getting Gists in SublimeText to work | |
Ctrl+Shift+p -> Package Control: Install Package -> Gists | |
In Sublime text -> Preferences -> Package Settings -> Gists -> Settings User | |
{ | |
// Your username on GitHub | |
"username": "snippetscollection", |
This file contains 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
testing | |
usage of code snippets through sublimetext 'gists' plugin |