Remove prematurely-pushed test files

This commit is contained in:
Alex Palaistras 2016-03-09 22:38:34 +00:00
parent 19f2f5b514
commit 32e3f189cc
3 changed files with 0 additions and 30 deletions

View File

@ -1,21 +0,0 @@
//
// Simple include tests for Fawkss.
//
--- TEST ---
@include "includes/partial"
@include "includes/full.scss"
--- EXPECTED ---
.partial {
content: 'This is a partial';
}
.full {
content: 'This is a full include';
color: white;
}
--- END ---

View File

@ -1,5 +0,0 @@
$col-white: #fff;
.partial {
content: 'This is a partial';
}

View File

@ -1,4 +0,0 @@
.full {
content: 'This is a full include';
color $col-white;
}