move tests to plugin folder

This commit is contained in:
Deniz Turgut
2013-04-12 17:48:52 -04:00
parent 9e70c17839
commit c694cb404d
85 changed files with 908 additions and 5 deletions

View File

@@ -0,0 +1,19 @@
/* -*- scss-compile-at-save: nil -*- */
$baseFontFamily : "Droid Sans", sans-serif;
$textColor : #242424;
$bodyBackground : #e4e4e4;
body {
font: 14px/1.5 $baseFontFamily;
background-color: $bodyBackground;
color: $textColor;
}
a {
color: red;
&:hover {
color: orange;
}
}