Skip to content

Instantly share code, notes, and snippets.

View mpemburn's full-sized avatar

Mark Pemburn mpemburn

View GitHub Profile
@mpemburn
mpemburn / breakpoint-mixin.scss
Last active December 3, 2015 13:23
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
/* Foundation 5.x breakpoints (from components/_global.scss) */
$small-breakpoint: em-calc(640) !default;
$medium-breakpoint: em-calc(1024) !default;
$large-breakpoint: em-calc(1440) !default;
$xlarge-breakpoint: em-calc(1920) !default;
@mpemburn
mpemburn / dBug.php
Last active December 14, 2015 11:59
Modification of Kwaku Otchere's marvelous dBug PHP class. Adds a public method "output" to retrieve results as as string rather than echoing directly.
<?php
/*********************************************************************************************************************\
* LAST UPDATE
* ============
* March 5, 2013
*
*
* AUTHOR
* =============
* Kwaku Otchere