I hereby claim:
- I am timhacker on github.
- I am timhacker (https://keybase.io/timhacker) on keybase.
- I have a public key ASArn77RYz3yNxXi2_6wR6y_ga4c2W2vsxnoygaDUEeLaAo
To claim this, I am signing this object:
// This file was initially generated by Windows Terminal 1.2.2381.0 | |
// It should still be usable in newer versions, but newer versions might have additional | |
// settings, help text, or changes that you will not see unless you clear this file | |
// and let us generate a new one for you. | |
// To view the default settings, hold "alt" while clicking on the "Settings" button. | |
// For documentation on these settings, see: https://aka.ms/terminal-documentation | |
{ | |
"$schema": "https://aka.ms/terminal-profiles-schema", |
I hereby claim:
To claim this, I am signing this object:
<ul class="o-list-fit c-nav-primary"> | |
<li class="o-list-fit__item c-nav-primary__item"> | |
<a href="#" class="o-list-fit__link c-nav-primary__link">The workshop</a> | |
</li> | |
<li class="o-list-fit__item c-nav-primary__item"> | |
<a href="#" class="o-list-fit__link c-nav-primary__link">2013 Schedule</a> | |
</li> | |
<li class="o-list-fit__item c-nav-primary__item"> | |
<a href="#" class="o-list-fit__link c-nav-primary__link is-current">About CSS Wizardry</a> | |
</li> |
<div class="crazy"> | |
</div> |
// ---- | |
// Sass (v3.3.0.rc.2) | |
// Compass (v1.0.0.alpha.17) | |
// ---- | |
%bottom-spacing { | |
padding-left:10px; | |
} | |
.page { |
// ---- | |
// Sass (v3.3.0.rc.2) | |
// Compass (v1.0.0.alpha.17) | |
// ---- | |
@import "compass/css3/border-radius"; | |
.simple { @include border-radius(4px, 4px); } | |
.compound { @include border-radius(2px 5px, 3px 6px); } | |
.crazy { @include border-radius(1px 3px 5px 7px, 2px 4px 6px 8px)} |
// ---- | |
// Sass (v3.3.0.rc.2) | |
// Compass (v1.0.0.alpha.17) | |
// ---- | |
@mixin compliment-me($color-base) { | |
@if lightness($color-base) >= 51% { | |
background-color: #000000; | |
} @else if lightness($color-base) >= 30% { | |
background-color: #333333; |
// ---- | |
// Sass (v3.3.0.rc.2) | |
// Compass (v1.0.0.alpha.17) | |
// ---- | |
@import "compass/reset" |
// ---- | |
// Sass (v3.3.0.rc.2) | |
// Compass (v1.0.0.alpha.17) | |
// ---- | |
nav { | |
ul { | |
margin: 0; | |
padding: 0; | |
list-style: none; |
// ---- | |
// Sass (v3.3.0.rc.2) | |
// Compass (v1.0.0.alpha.17) | |
// ---- | |
$font-stack: Helvetica, sans-serif; | |
$primary-color: #333; | |
h2 { | |
font: 100% $font-stack; |