Skip to content

Instantly share code, notes, and snippets.

<div class="container">
<div class="row heyo">
<div class="column">
<h1 class="h1">Hey</h1>
<h2 class="h2">Hey</h2>
<h3 class="h3">Hey</h3>
</div>
<div class="column"></div>
<div class="column"></div>
</div>
@daphotron
daphotron / SassMeister-input.scss
Created September 25, 2015 15:37
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
// Spacing Mixins
// --------------------------------------------------
$orientation_list: (
v,
h,
a
@daphotron
daphotron / SassMeister-input-HTML.html
Last active August 29, 2015 14:27
Generate your own grid with Bourbon and Neat in under 10 lines of CSS. http://sassmeister.com/gist/e3c96e2a676ae090ae40
12 column grid generated by Bourbon and Neat.
<!-- First row -->
<section class="row">
<div class="grid-4">
<div class="box">
4 column
</div>
</div>
<div class="grid-2">
@daphotron
daphotron / _pygments.scss
Created August 17, 2015 21:00
Hologram Styleguide Base
pre .hll { background-color: #ffffcc }
pre .c { color: #60a0b0; font-style: italic } /* Comment */
pre .err { border: 1px solid #FF0000 } /* Error */
pre .k { color: #007020; font-weight: bold } /* Keyword */
pre .o { color: #666666 } /* Operator */
pre .cm { color: #60a0b0; font-style: italic } /* Comment.Multiline */
pre .cp { color: #007020 } /* Comment.Preproc */
pre .c1 { color: #60a0b0; font-style: italic } /* Comment.Single */
pre .cs { color: #60a0b0; background-color: #fff0f0 } /* Comment.Special */
pre .gd { color: #A00000 } /* Generic.Deleted */
@daphotron
daphotron / SassMeister-input.scss
Last active May 25, 2017 18:15
Sass Maps for OOCSS spacing and borders
$color-border-soft: #ccc;
// padding and margin
$space_sizes:
(l, 2em), //large
(m, 1.5em), //medium
(d, 1em), //default
(s, 0.5em), //small
(xs, 0.25em) //x-small
@daphotron
daphotron / _helpers.scss
Last active August 29, 2015 14:23
Sass Maps for spacing
// padding and margin
$space_orientation: (
v,
h
);
$space_direction: (
top,
right,
bottom,
left
@daphotron
daphotron / toolbox
Created June 19, 2015 16:01
Toolbox Helpers
// ~HELPERS
//=========================================
.hidden {
display: none;
}
// ~clearfix
.clearfix:before,
.clearfix:after,
.step:before,
<ul class="tab">
<li>
<a href="#">Tab Item</a>
</li>
<li class="active">
<a href="#">Tab Item</a>
</li>
<li>
<a href="#">Tab Item</a>
</li>
@daphotron
daphotron / gist:c5adbb3613bc354d45f2
Created March 19, 2015 22:02
sublime user prefs
{
"args":
{
"single_line": false
},
"color_scheme": "Packages/Color Scheme - Default/Monokai Bright.tmTheme",
"command": "reindent",
"font_size": 14.0,
"ignored_packages":
[
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold