Skip to content

Instantly share code, notes, and snippets.

View gabeborges's full-sized avatar

Gabriel Carpenedo gabeborges

  • Toronto, ON - Canada
View GitHub Profile
@filipelinhares
filipelinhares / rems.md
Last active October 9, 2015 14:46
Rems 16px based

Rems 16px based

  • 8px = 0.5rem
  • 9px = 0.5625rem
  • 10px = 0.625rem
  • 11px = 0.6875rem
  • 12px = 0.75rem
  • 13px = 0.8125rem
  • 14px = 0.875rem
  • 15px = 0.9375rem
@barnes7td
barnes7td / sublime_setup.md
Last active March 28, 2024 17:59
Sublime Terminal Setup

Setup Terminal for Sublime Shorcut "subl":

Open terminal and type:

1. Create a directory at ~/bin:

mkdir ~/bin

2. Copy sublime executable to your ~/bin directory: