Description: Setup GitHub Pages "gh-pages" branch and "master" branch as subfolders of a parent project folder ("grandmaster").
Author: Chris Jacob @_chrisjacob
Tutorial (Gist): https://gist.github.com/833223
Description: Setup GitHub Pages "gh-pages" branch and "master" branch as subfolders of a parent project folder ("grandmaster").
Author: Chris Jacob @_chrisjacob
Tutorial (Gist): https://gist.github.com/833223
A list of Sketch plugins hosted at GitHub, in no particular order.
ol { | |
list-style: none; | |
counter-reset: li; | |
li { | |
counter-increment: li; | |
&:before { | |
content: counter(li) '.'; | |
//Decimal follows count | |
} | |
} |