Skip to content

Instantly share code, notes, and snippets.

View kevinthompson's full-sized avatar
🕹️

Kevin Thompson kevinthompson

🕹️
View GitHub Profile
@kevinthompson
kevinthompson / SassMeister-input-HTML.haml
Created December 10, 2013 00:50 — forked from chantastic/SassMeister-input-HTML.haml
Generated by SassMeister.com.
%form.comment__form
%button Submit
%form.product__form
%button Submit
@kevinthompson
kevinthompson / SassMeister-input-HTML.haml
Created December 9, 2013 22:41 — forked from chantastic/SassMeister-input-HTML.haml
Generated by SassMeister.com.
/ person listing page
%div#person-list
%div.person
default
%div.person.person--active
active
%div.person.person--pending
pending
// REQUIRED VARS. Defaults to a 950px wide, 24-column grid that has 30px wide units and 10px wide
// gutters. If you do the fluid grid, then this 950/24/30/10px size will become the maximum size.
$grid_type: fixed !default
$grid_columns: 24 !default
$grid_column_width: 30 !default
$grid_gutter_width: 10 !default
// GENERATED VARS. You can ignore these.
$grid_full_width: $grid_columns * $grid_column_width + $grid_columns * $grid_gutter_width - $grid_gutter_width
$grid_column_width_percent: ($grid_column_width / $grid_full_width * 100) * 1%