removed some test files

This commit is contained in:
cloudhead
2010-02-25 15:49:15 -05:00
parent c72d5da9c5
commit 4e74ba4cb1
5 changed files with 0 additions and 45 deletions

View File

@@ -1,3 +0,0 @@
#mixed-units-error {
color: 1px + #fff;
}

View File

@@ -1,3 +0,0 @@
#name-error {
color: @var;
}

View File

@@ -1,3 +0,0 @@
#syntax-error {
color: blue;;
}

View File

@@ -1,25 +0,0 @@
.hidden {
color: transparent;
.inside {
width: 0%;
}
};
.fully-hidden {
color: none;
};
.visible {
width: 100%;
.hidden {
color: black;
};
}
.mix {
.hidden;
}
.mix2 {
.visible;
}

View File

@@ -1,11 +0,0 @@
% {
@var: 2px;
#literal {
width: 2px * 2;
}
@media {
#nested {
color: red;
}
}
}