Skip to content

Instantly share code, notes, and snippets.

View t1to98's full-sized avatar

Tito Bottitta t1to98

View GitHub Profile
@t1to98
t1to98 / WordPress Sample CSS
Last active August 29, 2015 13:57
Classes to help get you started styling your default WordPress post
// =============================================
// WordPress Generic Styles
// =============================================
// ---------------------------
// Variables
@t1to98
t1to98 / WordPress Sample Post
Last active February 18, 2017 05:15
Loaded with Everything
<!-- Headline -->
A Post With <em>Everything</em> In It
<!-- Subhead -->
Subhead: This post exists to test all potential <b>default styles</b> and <i>WordPress classes</i>
<!-- Body -->
Four score and seven years ago our fathers brought forth on this continent a new nation, conceived in liberty, and dedicated to the proposition that all men are created equal.
Now we are engaged in a great civil war, testing whether that nation, or any nation so conceived and so dedicated, can long endure. We are met on a great battlefield of that war. We have come to dedicate a portion of that field, as a final resting place for those who here gave their lives that that nation might live. It is altogether fitting and proper that we should do this.
@t1to98
t1to98 / Layout fails
Created July 16, 2012 15:49
Compass Spriting Bug with Retina Images
$sprite-layout:horizontal;
$sprite-sprite-dimensions:true;
@import "sprite/*.png";
@include all-sprite-sprites;
$retina-layout:horizontal;
@import "retina/*.png";
@include all-retina-sprites;
// Provide a map and var name to use in conjunction with other sprite mixins