Skip to content

Instantly share code, notes, and snippets.

NodeTogether Curriculum

Step 0. git Up and Running

Github

Github is where we will store all our code and collaborate on it with others. Make an account here: https://github.com/

git

git is a way to keep track of your projects as they change.

@pselle
pselle / dabblet.css
Created September 13, 2012 02:48 — forked from anonymous/dabblet.css
Using :before for interesting shadows by @shoshizilla
/**
* Using :before for interesting shadows by @shoshizilla
*/
div {
background: #725bc4;
float: left;
height: 100px;
margin: 40px;
@pselle
pselle / _icons.scss
Created July 25, 2012 14:52 — forked from chriseppstein/_icons.scss
This is an example of the generated stylesheet by compass for a set of sprites
@import "compass/utilities/sprites/base";
// General Sprite Defaults
// You can override them before you import this file.
$icon-sprite-base-class: ".icon-sprite" !default;
$icon-sprite-dimensions: false !default;
$icon-position: 0% !default;
$icon-spacing: 0 !default;
$icon-repeat: no-repeat !default;