Skip to content

Instantly share code, notes, and snippets.

@jamiebuilds
jamiebuilds / SassMeister-input.scss
Created February 9, 2014 18:14
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.3)
// Compass (v1.0.0.alpha.18)
// SassyJSON (v1.1.2)
// ----
@import "SassyJSON";
$bc-data-tests: ( depth: 0, parents: (), current: null, result: () );
@jamiebuilds
jamiebuilds / SassMeister-input.scss
Created February 9, 2014 20:48
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.3)
// Compass (v1.0.0.alpha.18)
// True (v0.1.5)
// ----
@import "true";
@include test("numbers") {
$a: 50.42017000000001%;
@jamiebuilds
jamiebuilds / SassMeister-input.scss
Created February 14, 2014 05:17
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.3)
// Compass (v1.0.0.alpha.18)
// ----
@function str-split($string, $seperator) {
$result: ();
$temp: '';
@for $index from 1 through str-length($string) {
@jamiebuilds
jamiebuilds / SassMeister-input.scss
Created February 16, 2014 16:14
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.4)
// Compass (v1.0.0.alpha.18)
// ----
/**
* Micro Bootcamp
*/
$p: 0; $f: 0;
@jamiebuilds
jamiebuilds / SassMeister-input.scss
Created February 17, 2014 20:10
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.4)
// Compass (v1.0.0.alpha.18)
// ----
/**
* Sass test runner in a tweet
*/
@mixin expect($a, $b) {
@jamiebuilds
jamiebuilds / SassMeister-input.scss
Created April 4, 2014 18:57
Generated by SassMeister.com.
// ----
// Sass (v3.3.4)
// Compass (v1.0.0.alpha.18)
// ----
// directional-property mixins are shorthands
// for writing properties like the following
//
// @include margin(null 0 10px);
// ------
@jamiebuilds
jamiebuilds / SassMeister-input.scss
Created April 18, 2014 22:00
Generated by SassMeister.com.
// ----
// Sass (v3.3.5)
// Compass (v1.0.0.alpha.18)
// ----
// directional-property mixins are shorthands
// for writing properties like the following
//
// @include margin(null 0 10px);
// ------
@jamiebuilds
jamiebuilds / theme.css
Created April 30, 2014 03:18
Inverted @rdio theme
html, img, .App_PlayerFooter {
-webkit-filter: invert(100%);
-moz-filter: invert(100%);
-ms-filter: invert(100%);
-o-filter: invert(100%);
}
.App_PlayerFooter img {
-webkit-filter: invert(0%);
-moz-filter: invert(0%);
@jamiebuilds
jamiebuilds / create-gif.md
Last active August 29, 2015 14:03
GIF Screen Recordings on Mac

Open up Quicktime, and select New Screen Recording in the File menu.

Click the big red button.

Select the area of the screen you wish to record.

// Create our Application
var app = new Marionette.Application();
// Attach a router to it
app.router = new Marionette.Router({
channelName: 'myRouter',
states: {
'profile': {
url: 'profile',