Revert "Docs Update"

This commit is contained in:
tetchi
2016-03-18 16:18:35 -04:00
parent 6bc76a92ea
commit 70ddccd88f
82 changed files with 278 additions and 3067 deletions
-10
View File
@@ -1,10 +0,0 @@
// I got the blues, man.
// 1 --> 5, lightest --> darkest.
$color-blue-1: #E8F8FF;
$color-blue-2: #B4DCED;
$color-blue-3: #91C9E8;
$color-blue-4: #67B8DE;
$color-blue-5: #3399CC;
$color-white: #ffffff;
$color-slate: #5E5E5E;
-6
View File
@@ -1,6 +0,0 @@
$base-font-family: 'Droid Sans', sans-serif;
$base-font-size: 18px;
$small-font-size: $base-font-size * 0.875;
$base-line-height: 1.5;
$spacing-unit: 40px;
-7
View File
@@ -1,7 +0,0 @@
%clearfix {
&:after {
content: "";
display: table;
clear: both;
}
}