Skip to content

Instantly share code, notes, and snippets.

View ntassone's full-sized avatar

Nick Tassone ntassone

View GitHub Profile
@ntassone
ntassone / ol-counter.scss
Last active May 11, 2017 20:11
A more flexible order list with a counter.
ol {
list-style: none;
counter-reset: li;
li {
counter-increment: li;
&:before {
content: counter(li) '.';
//Decimal follows count
}
}
@bomberstudios
bomberstudios / sketch-plugins.md
Last active February 26, 2024 07:02
A list of Sketch plugins hosted at GitHub, in no particular order.
@chrisjacob
chrisjacob / README.md
Created February 18, 2011 03:44
Setup GitHub Pages "gh-pages" branch and "master" branch as subfolders of a parent project folder ("grandmaster").

Intro

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

The Result