Revert "Use jekyll-assets"

This reverts commit 9062937951.
This commit is contained in:
Florian Weingarten
2016-03-18 21:54:29 +00:00
parent aa8df89b20
commit bc7bc46ffd
64 changed files with 6 additions and 83 deletions
+10
View File
@@ -0,0 +1,10 @@
// 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
@@ -0,0 +1,6 @@
$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
@@ -0,0 +1,7 @@
%clearfix {
&:after {
content: "";
display: table;
clear: both;
}
}