Skip to content

Instantly share code, notes, and snippets.

View aflashyrhetoric's full-sized avatar
🏠
Working from home

Kevin Oh aflashyrhetoric

🏠
Working from home
View GitHub Profile
@aflashyrhetoric
aflashyrhetoric / Contract Killer 3.md
Last active August 29, 2015 14:26 — forked from malarkey/Contract Killer 3.md
The latest version of my ‘killer contract’ for web designers and developers

Contract Killer

The popular open-source contract for web designers and developers by Stuff & Nonsense

  • Originally published: 23/12/2008
  • Revised date: 15/12/2013
  • Original post

@aflashyrhetoric
aflashyrhetoric / _rem-calc.scss
Created June 29, 2018 13:34 — forked from olefredrik/_rem-calc.scss
rem-calc function
@function rem-calc($size) {
$remSize: $size / 16;
@return #{$remSize}rem;
}