Skip to content

Instantly share code, notes, and snippets.

@Jaswetz
Jaswetz / _typography.scss
Created June 12, 2012 18:21
SCSS: typography.scss
//----------------------------------------------------------------------------
// typography.scss
// Headings, body text, lists, code, and more
//----------------------------------------------------------------------------
// ---------------------------------------------------------------------------
// @BODY
p
{
@Jaswetz
Jaswetz / index.html
Created June 12, 2012 17:39
HTML: html5 template
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="" />
<meta name="description" content="A brief description of this website or your business." />
<meta name="keywords" content="keywords, or phrases, suited with each particular page, are best" />
<title>Title</title>
@Jaswetz
Jaswetz / _scaffolding.scss
Created June 12, 2012 17:37
SCSS: site.scss
//----------------------------------------------------------------------------
// site.scss
// The base styles and base layout go here.
//----------------------------------------------------------------------------
// ---------------------------------------------------------------------------
// ROOT
html
@Jaswetz
Jaswetz / gist:2918885
Created June 12, 2012 17:30
SCSS: buttons.scss
// BUTTON STYLES
// -------------
// Base styles
// --------------------------------------------------
// Core
.btn {
display: inline-block;
@Jaswetz
Jaswetz / _settings
Created June 12, 2012 17:26
SCSS: settings.scss
//----------------------------------------------------------------------------
// base.scss
// Imports, settings, and variables
//----------------------------------------------------------------------------
// ---------------------------------------------------------------------------
// Imports
@import "susy";