aboutsummaryrefslogtreecommitdiff
path: root/vendors/lessphp/tests/outputs
diff options
context:
space:
mode:
Diffstat (limited to 'vendors/lessphp/tests/outputs')
-rw-r--r--vendors/lessphp/tests/outputs/accessors.css14
-rw-r--r--vendors/lessphp/tests/outputs/arity.css25
-rw-r--r--vendors/lessphp/tests/outputs/attributes.css35
-rw-r--r--vendors/lessphp/tests/outputs/builtins.css20
-rw-r--r--vendors/lessphp/tests/outputs/colors.css69
-rw-r--r--vendors/lessphp/tests/outputs/compile_on_mixin.css11
-rw-r--r--vendors/lessphp/tests/outputs/escape.css14
-rw-r--r--vendors/lessphp/tests/outputs/font_family.css17
-rw-r--r--vendors/lessphp/tests/outputs/guards.css23
-rw-r--r--vendors/lessphp/tests/outputs/hacks.css1
-rw-r--r--vendors/lessphp/tests/outputs/import.css14
-rw-r--r--vendors/lessphp/tests/outputs/keyframes.css47
-rw-r--r--vendors/lessphp/tests/outputs/math.css61
-rw-r--r--vendors/lessphp/tests/outputs/media.css28
-rw-r--r--vendors/lessphp/tests/outputs/misc.css40
-rw-r--r--vendors/lessphp/tests/outputs/mixin_functions.css14
-rw-r--r--vendors/lessphp/tests/outputs/mixin_merging.css42
-rw-r--r--vendors/lessphp/tests/outputs/mixins.css50
-rw-r--r--vendors/lessphp/tests/outputs/nested.css16
-rw-r--r--vendors/lessphp/tests/outputs/nesting.css6
-rw-r--r--vendors/lessphp/tests/outputs/pattern_matching.css56
-rw-r--r--vendors/lessphp/tests/outputs/scopes.css7
-rw-r--r--vendors/lessphp/tests/outputs/selector_expressions.css8
-rw-r--r--vendors/lessphp/tests/outputs/site_demos.css54
-rw-r--r--vendors/lessphp/tests/outputs/variables.css20
25 files changed, 0 insertions, 692 deletions
diff --git a/vendors/lessphp/tests/outputs/accessors.css b/vendors/lessphp/tests/outputs/accessors.css
deleted file mode 100644
index e6c01a72c..000000000
--- a/vendors/lessphp/tests/outputs/accessors.css
+++ /dev/null
@@ -1,14 +0,0 @@
-.article { color:#294366; }
-.comment {
- width:960px;
- color:#294366;
- padding:10px;
-}
-.wow {
- height:960px;
- background-color:#294366;
- color:green;
- padding:;
- margin:;
-}
-.mix { font-size:10px; } \ No newline at end of file
diff --git a/vendors/lessphp/tests/outputs/arity.css b/vendors/lessphp/tests/outputs/arity.css
deleted file mode 100644
index 7900e4087..000000000
--- a/vendors/lessphp/tests/outputs/arity.css
+++ /dev/null
@@ -1,25 +0,0 @@
-.one {
- color:one;
- color:one;
-}
-.two {
- color:two;
- color:two;
-}
-.three {
- color:three;
- color:three;
-}
-.multi-foo {
- color:two;
- color:three;
- color:two;
- color:three;
- color:three;
-}
-.multi-baz {
- color:two;
- color:three;
- color:two;
- color:three;
-} \ No newline at end of file
diff --git a/vendors/lessphp/tests/outputs/attributes.css b/vendors/lessphp/tests/outputs/attributes.css
deleted file mode 100644
index 229f7cf36..000000000
--- a/vendors/lessphp/tests/outputs/attributes.css
+++ /dev/null
@@ -1,35 +0,0 @@
-* { color:blue; }
-E { color:blue; }
-E[foo] { color:blue; }
-[foo] { color:blue; }
-[foo] .helloWorld { color:blue; }
-[foo].helloWorld { color:blue; }
-E[foo="barbar"] { color:blue; }
-E[foo~="hello#$@%@$#^"] { color:blue; }
-E[foo^="color: green;"] { color:blue; }
-E[foo$="239023"] { color:blue; }
-E[foo*="29302"] { color:blue; }
-E[foo|="239032"] { color:blue; }
-E:root { color:blue; }
-E:nth-child(odd) { color:blue; }
-E:nth-child(2n+1) { color:blue; }
-E:nth-child(5) { color:blue; }
-E:nth-last-child(-n+2) { color:blue; }
-E:nth-of-type(2n) { color:blue; }
-E:nth-last-of-type(n) { color:blue; }
-E:first-child { color:blue; }
-E:last-child { color:blue; }
-E:first-of-type { color:blue; }
-E:last-of-type { color:blue; }
-E:only-child { color:blue; }
-E:only-of-type { color:blue; }
-E:empty { color:blue; }
-E:lang(en) { color:blue; }
-E::first-line { color:blue; }
-E::before { color:blue; }
-E#id { color:blue; }
-E:not(:link) { color:blue; }
-E F { color:blue; }
-E > F { color:blue; }
-E + F { color:blue; }
-E ~ F { color:blue; } \ No newline at end of file
diff --git a/vendors/lessphp/tests/outputs/builtins.css b/vendors/lessphp/tests/outputs/builtins.css
deleted file mode 100644
index 1787e0ba3..000000000
--- a/vendors/lessphp/tests/outputs/builtins.css
+++ /dev/null
@@ -1,20 +0,0 @@
-body {
- color:"hello world";
- height:5.1666666666667;
- height:5px;
- height:6px;
- width:0.66666666666667;
- width:1;
- width:0;
- width:1;
- width:3px;
- color:#00112233;
- color:#992c3742;
-}
-format {
- format:"rgb(32, 128, 64)";
- format-string:"hello world";
- format-multiple:"hello earth 2";
- format-url-encode:'red is %A';
- eformat:rgb(32, 128, 64);
-} \ No newline at end of file
diff --git a/vendors/lessphp/tests/outputs/colors.css b/vendors/lessphp/tests/outputs/colors.css
deleted file mode 100644
index 51eb152b5..000000000
--- a/vendors/lessphp/tests/outputs/colors.css
+++ /dev/null
@@ -1,69 +0,0 @@
-body {
- color:#996d33;
- color:rgba(153,109,51,0.3);
- lighten:#fff;
- lighten:#7c8df2;
- lighten:rgba(222,140,129,0.5);
- darken:#d6d6d6;
- darken:#0d1e81;
- darken:rgba(18,42,185,0.5);
- saturate:#f1eded;
- saturate:#0025fe;
- saturate:rgba(10,44,244,0.5);
- desaturate:#efefef;
- desaturate:#3349cb;
- desaturate:rgba(36,62,218,0.5);
- spin:#efefef;
- spin:#2d17e7;
- spin:rgba(59,23,231,0.5);
- spin:#efefef;
- spin:#1769e7;
- spin:rgba(23,119,231,0.5);
- one:#abcdef;
- one:#abcdef;
- two:rgba(2,159,35,0.9);
- two:rgba(2,159,35,0.9);
- three:rgba(1,2,3,0.6);
- three:rgba(1,2,3,0.6);
- four:rgba(1,2,3,0);
- four:rgba(1,2,3,0);
- hue:282;
- sat:33;
- lit:12;
- what:#dff1da;
- zero:#343434;
- zero:#003468;
- zero:#000;
- zero:#fff;
- zero:#000;
- zero:#fff;
- zero:#fff;
- zero:#fff;
- zero:#1d5612;
- zero:#56124b;
- zero:#000;
- zero:#fff;
-}
-alpha {
- g:0;
- g:1;
-}
-fade {
- f:rgba(255,0,0,0.5);
- f:rgba(255,255,255,0.2);
- f:rgba(34,23,64,0.5);
-}
-.mix { color:#808080; }
-.percent { per:50%; }
-.colorz {
- color:#ebebeb;
- color:#ff9100;
-}
-body {
- start:#fcf8e3;
- spin:#fcf4e3;
- chained:#fbeed5;
- direct:#fbefd5;
-}
-pre { spin:#f2dee1; }
-dd { background-color:#f5f5f5; } \ No newline at end of file
diff --git a/vendors/lessphp/tests/outputs/compile_on_mixin.css b/vendors/lessphp/tests/outputs/compile_on_mixin.css
deleted file mode 100644
index b1a3d7fcc..000000000
--- a/vendors/lessphp/tests/outputs/compile_on_mixin.css
+++ /dev/null
@@ -1,11 +0,0 @@
-body { height:22px; }
-body ul { height:20px; }
-body ul li { height:10px; }
-body ul li div span, body ul li link {
- margin:10px;
- color:red;
-}
-body ul div, body ul p { border:1px; }
-body ul div.hello, body ul p.hello { color:green; }
-body ul div :what, body ul p :what { color:blue; }
-body ul a b { color:blue; } \ No newline at end of file
diff --git a/vendors/lessphp/tests/outputs/escape.css b/vendors/lessphp/tests/outputs/escape.css
deleted file mode 100644
index a310fe009..000000000
--- a/vendors/lessphp/tests/outputs/escape.css
+++ /dev/null
@@ -1,14 +0,0 @@
-body {
- border:this is simple;
- border:this;
- border:this is simple;
- border:1232;
- border:world;
- border:onemore;
- border:;
- line-height:eating rice;
- line-height:string cheese;
- line-height:a b c string me d e f;
- line-height:string world;
-}
-.class { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image.png'); } \ No newline at end of file
diff --git a/vendors/lessphp/tests/outputs/font_family.css b/vendors/lessphp/tests/outputs/font_family.css
deleted file mode 100644
index afbc996d3..000000000
--- a/vendors/lessphp/tests/outputs/font_family.css
+++ /dev/null
@@ -1,17 +0,0 @@
-@font-face {
- font-family:Graublau Sans Web;
- src:url(fonts/GraublauWeb.otf) format("opentype");
-}
-@font-face {
- font-family:Gentium;
- src:url('fonts/Gentium.ttf');
-}
-@font-face {
- font-family:Gentium;
- src:url("fonts/GentiumItalic.ttf");
- font-style:italic;
-}
-h2 {
- font-family:Gentium;
- crazy:maroon;
-} \ No newline at end of file
diff --git a/vendors/lessphp/tests/outputs/guards.css b/vendors/lessphp/tests/outputs/guards.css
deleted file mode 100644
index db110aa9d..000000000
--- a/vendors/lessphp/tests/outputs/guards.css
+++ /dev/null
@@ -1,23 +0,0 @@
-dd { color:yellow; }
-b {
- color:red;
- color:blue;
- color:blue;
-}
-img {
- color:green;
- color:teal;
-}
-body {
- color:purple;
- color:silver;
- color:purple;
-}
-div { color:blue; }
-link {
- color:true red;
- color:true #fff;
- color:true #fffddd;
- color:true #000;
- color:true rgba(0,0,0,0.34);
-} \ No newline at end of file
diff --git a/vendors/lessphp/tests/outputs/hacks.css b/vendors/lessphp/tests/outputs/hacks.css
deleted file mode 100644
index 984faa6e5..000000000
--- a/vendors/lessphp/tests/outputs/hacks.css
+++ /dev/null
@@ -1 +0,0 @@
-:root .alert-message, :root .btn { border-radius:0 \0; } \ No newline at end of file
diff --git a/vendors/lessphp/tests/outputs/import.css b/vendors/lessphp/tests/outputs/import.css
deleted file mode 100644
index 4d50ba598..000000000
--- a/vendors/lessphp/tests/outputs/import.css
+++ /dev/null
@@ -1,14 +0,0 @@
-@import url("something.css") media;
-@import url("something.css") media;
-@import url("something.css") media, screen, print;
-b {
- color:maroon;
- padding:16px;
-}
-body { line-height:10em; }
-body div.bright { color:red; }
-body div.sad { color:blue; }
-div b {
- color:fuchsia;
- padding:16px;
-} \ No newline at end of file
diff --git a/vendors/lessphp/tests/outputs/keyframes.css b/vendors/lessphp/tests/outputs/keyframes.css
deleted file mode 100644
index d01f05b77..000000000
--- a/vendors/lessphp/tests/outputs/keyframes.css
+++ /dev/null
@@ -1,47 +0,0 @@
-@keyframes 'bounce' {
- from {
- top:100px;
- animation-timing-function:ease-out;
- }
- 25% {
- top:50px;
- animation-timing-function:ease-in;
- }
- 50% {
- top:100px;
- animation-timing-function:ease-out;
- }
- 75% {
- top:75px;
- animation-timing-function:ease-in;
- }
- to {
- top:100px;
- }
-}
-@-webkit-keyframes flowouttoleft {
- 0% {
- -webkit-transform:translateX(0) scale(1);
- }
- 60%, 70% {
- -webkit-transform:translateX(0) scale(.7);
- }
- 100% {
- -webkit-transform:translateX(-100%) scale(.7);
- }
-}
-div {
- animation-name:'diagonal-slide';
- animation-duration:5s;
- animation-iteration-count:10;
-}
-@keyframes 'diagonal-slide' {
- from {
- left:0;
- top:0;
- }
- to {
- left:100px;
- top:100px;
- }
-} \ No newline at end of file
diff --git a/vendors/lessphp/tests/outputs/math.css b/vendors/lessphp/tests/outputs/math.css
deleted file mode 100644
index bcd66839e..000000000
--- a/vendors/lessphp/tests/outputs/math.css
+++ /dev/null
@@ -1,61 +0,0 @@
-.unary { sub:10 -5; }
-.spaces {
- sub:5;
- sub:5;
- add:15;
- add:15;
- div:2;
- mul:50;
- mul:50;
-}
-.supress-division {
- border-radius:10px/10px;
- border-radius:10px/10px;
- border-radius:hello(10px/10px) world;
- font:10px/30 sans-serif;
- font:10px/20px sans-serif;
- font:10px/20px sans-serif;
- border-radius:0 15px 15px 15px/0 50% 50% 50%;
-}
-.parens {
- sub:5;
- add:15;
- div:2;
- div:2;
- mul:50;
-}
-.keyword-names { height:"hello" 25; }
-.negation {
- hello:-1px;
- hello:-1px;
- hello:-10;
-}
-.test {
- single:5;
- single:10;
- single:10;
- parens:10 -2;
- math:20;
- math:20;
- width:71;
- height:6;
- padding:6px 1em 2px 2;
- padding:8 4 4 4px;
- width:96;
- height:113;
- margin:12;
-}
-.percents {
- color:1000%;
- color:1000%;
- color:100%;
- color:1000px;
- color:1000%;
- color:30%;
- color:10%;
- color:2%;
-}
-.misc {
- x:40px;
- y:40em;
-} \ No newline at end of file
diff --git a/vendors/lessphp/tests/outputs/media.css b/vendors/lessphp/tests/outputs/media.css
deleted file mode 100644
index cb5683fd4..000000000
--- a/vendors/lessphp/tests/outputs/media.css
+++ /dev/null
@@ -1,28 +0,0 @@
-@media screen, 3D {
- P { color:green; }
-}
-@media print {
- body { font-size:10pt; }
-}
-@media screen {
- body { font-size:13px; }
-}
-@media screen, print {
- body { line-height:1.2; }
-}
-@media all and (min-width: 0px) {
- body { line-height:1.2; }
-}
-@media all and (min-width: 0) {
- body { line-height:1.2; }
-}
-@media screen and (min-width: 102.5em) and (max-width: 117.9375em),
- screen and (min-width: 150em) {
- body { color:blue; }
-}
-@media screen and (min-height: 110px) {
- body { color:red; }
-}
-@media screen and (height: 100px) and (width: 110px), (size: 120px) {
- body { color:red; }
-} \ No newline at end of file
diff --git a/vendors/lessphp/tests/outputs/misc.css b/vendors/lessphp/tests/outputs/misc.css
deleted file mode 100644
index 8d85268c8..000000000
--- a/vendors/lessphp/tests/outputs/misc.css
+++ /dev/null
@@ -1,40 +0,0 @@
-@charset "utf-8";
-color:"aaa, bbb";
-.topbar { background:url(/assets/images/test/topbar.png); }
-.hello { test:empty-function("/assets/images/test/",40%,to(#fff)); }
-.css3 { background-image:-webkit-gradient(linear,0% 0%,0% 90%,from(#e9a000),to(#a37000)); }
-.test, .world {
- border:1px solid red;
- color:url(http://mage-page.com);
- string:"hello /* this is not a comment */";
- world:"// neither is this";
- string:'hello /* this is not a comment */';
- world:'// neither is this';
- what-ever:100px;
- background:url(/*no comment here*/);
-}
-.urls {
- background:url("http://google.com");
- background:url(http://google.com);
- background:url("http://google.com");
-}
-.cool { color:"aaa, bbb"; }
-.span-17 { float:left; }
-.span-17 { width:660px; }
-.x {
- float:left;
- width:660px;
-}
-.hi pre { color:red; }
-.hi pre { color:blue; }
-.rad pre { color:red; }
-.rad pre { color:blue; }
-@page :left {
- margin-left:4cm;
-}
-@page :right {
- margin-left:3cm;
-}
-@page {
- margin:2cm;
-} \ No newline at end of file
diff --git a/vendors/lessphp/tests/outputs/mixin_functions.css b/vendors/lessphp/tests/outputs/mixin_functions.css
deleted file mode 100644
index 91b61492e..000000000
--- a/vendors/lessphp/tests/outputs/mixin_functions.css
+++ /dev/null
@@ -1,14 +0,0 @@
-body {
- padding:2.0em;
- color:red;
- margin:10px;
- height:12px;
- border-bottom:1px solid green;
-}
-.skip_args {
- margin:22px;
- height:12px;
- padding:10px 20px 30px 88px;
- margin:4px 12px 2px 1px;
- color:red;
-} \ No newline at end of file
diff --git a/vendors/lessphp/tests/outputs/mixin_merging.css b/vendors/lessphp/tests/outputs/mixin_merging.css
deleted file mode 100644
index 9ec360c21..000000000
--- a/vendors/lessphp/tests/outputs/mixin_merging.css
+++ /dev/null
@@ -1,42 +0,0 @@
-#test1 div {
- color:red;
- height:10px;
-}
-#test1 p { height:10px; }
-#test2 b {
- color:red;
- width:1px;
-}
-#test2 a, #test2 i { width:1px; }
-#test3 a, #test3 i { width:1px; }
-#test3 b {
- width:1px;
- color:red;
-}
-#test4 a {
- color:blue;
- margin:1px;
-}
-#test4 div, #test4 html { color:blue; }
-#test5 img, #test5 strong {
- padding:2px;
- float:right;
-}
-#test6 div a, #test6 span a {
- line-height:10px;
- color:red;
-}
-#test7 div strong {
- margin:1px;
- color:red;
-}
-#test7 div b { color:red; }
-#test7 span strong, #test7 span b { color:red; }
-#test8 a i, #test8 b i {
- background:red;
- color:red;
-}
-#test8 a s, #test8 b s {
- background:red;
- color:blue;
-} \ No newline at end of file
diff --git a/vendors/lessphp/tests/outputs/mixins.css b/vendors/lessphp/tests/outputs/mixins.css
deleted file mode 100644
index 70a99003d..000000000
--- a/vendors/lessphp/tests/outputs/mixins.css
+++ /dev/null
@@ -1,50 +0,0 @@
-.bold {
- font-size:20px;
- font-weight:bold;
-}
-body #window {
- line-height:0;
- border-radius:10px;
- font-size:20px;
- font-weight:bold;
-}
-#bundle .button {
- display:block;
- border:1px solid black;
- background-color:grey;
-}
-#bundle .button:hover { background-color:white; }
-#header a {
- color:orange;
- display:block;
- border:1px solid black;
- background-color:grey;
-}
-#header a:hover { background-color:white; }
-div {
- color:blue;
- hello:world;
-}
-div b { color:blue; }
-body {
- color:blue;
- hello:world;
-}
-body b { color:blue; }
-.hello .world { color:blue; }
-.foobar { color:blue; }
-.eggs {
- foo:1px 2px;
- bar:1px 2px;
- foo:100 land;
- bar:100 land;
-}
-#hello { cool:one two three cool; }
-#hello-important { cool:one two three cool !important; }
-#world { cool:"world"; }
-#another {
- things:red blue green;
- things:red blue green skip me;
-}
-#day .cool { color:one two three; }
-#day .cool { color:one two three skip me; } \ No newline at end of file
diff --git a/vendors/lessphp/tests/outputs/nested.css b/vendors/lessphp/tests/outputs/nested.css
deleted file mode 100644
index 0845fb6ff..000000000
--- a/vendors/lessphp/tests/outputs/nested.css
+++ /dev/null
@@ -1,16 +0,0 @@
-#header { color:black; }
-#header .navigation { font-size:12px; }
-#header .navigation .border .outside { color:blue; }
-#header .logo { width:300px; }
-#header .logo:hover { text-decoration:none; }
-a b ul li { color:green; }
-div .cool { color:green; }
-p .cool span { color:yellow; }
-div another { color:green; }
-p another span { color:yellow; }
-b .something { color:blue; }
-b.something { color:blue; }
-.foo .bar .qux, .foo .baz .qux { display:block; }
-.qux .foo .bar, .qux .foo .baz { display:inline; }
-.qux .foo .bar .biz, .qux .foo .baz .biz { display:none; }
-b hello [x="&yeah"] { color:red; } \ No newline at end of file
diff --git a/vendors/lessphp/tests/outputs/nesting.css b/vendors/lessphp/tests/outputs/nesting.css
deleted file mode 100644
index 908c1d814..000000000
--- a/vendors/lessphp/tests/outputs/nesting.css
+++ /dev/null
@@ -1,6 +0,0 @@
-#header .navigation .border .outside { color:blue; }
-#header .navigation { font-size:12px; }
-#header .logo:hover { text-decoration:none; }
-#header .logo { width:300px; }
-#header { color:black; }
-a b ul li { color:green; } \ No newline at end of file
diff --git a/vendors/lessphp/tests/outputs/pattern_matching.css b/vendors/lessphp/tests/outputs/pattern_matching.css
deleted file mode 100644
index f83ace15f..000000000
--- a/vendors/lessphp/tests/outputs/pattern_matching.css
+++ /dev/null
@@ -1,56 +0,0 @@
-.class {
- color:#a2a2a2;
- display:block;
-}
-.zero {
- zero:0;
- one:1;
- two:2;
- three:3;
-}
-.one {
- one:1;
- one-req:1;
- two:2;
- three:3;
-}
-.two {
- two:2;
- three:3;
-}
-.three {
- three-req:3;
- three:3;
-}
-.left { left:1; }
-.right { right:1; }
-.border-right {
- color:black;
- border-right:4px;
-}
-.border-left {
- color:black;
- border-left:4px;
-}
-.only-right { right:33; }
-.only-left { left:33; }
-.left-right { both:330; }
-#hola { color:blue; }
-#defaults_1 {
- height:one;
- height:two;
- height:three;
- height:four;
-}
-.thing { color:red; }
-#aa {
- color:green;
- color:blue;
- color:red;
-}
-#bb {
- color:green;
- color:blue;
- color:red;
-}
-#cc { color:blue; } \ No newline at end of file
diff --git a/vendors/lessphp/tests/outputs/scopes.css b/vendors/lessphp/tests/outputs/scopes.css
deleted file mode 100644
index 23d1551ca..000000000
--- a/vendors/lessphp/tests/outputs/scopes.css
+++ /dev/null
@@ -1,7 +0,0 @@
-body div other world { height:50; }
-div other world { height:50; }
-pre {
- height:10;
- height:11;
- height:12;
-} \ No newline at end of file
diff --git a/vendors/lessphp/tests/outputs/selector_expressions.css b/vendors/lessphp/tests/outputs/selector_expressions.css
deleted file mode 100644
index 78dc4bb92..000000000
--- a/vendors/lessphp/tests/outputs/selector_expressions.css
+++ /dev/null
@@ -1,8 +0,0 @@
-something blue, world { color:blue; }
-.div 3434 { height:100px; }
-.div cool red { height:4000px; }
-.span5 { color:15; }
-.span4 { color:14; }
-.span3 { color:13; }
-.span2 { color:12; }
-.span1 { color:11; } \ No newline at end of file
diff --git a/vendors/lessphp/tests/outputs/site_demos.css b/vendors/lessphp/tests/outputs/site_demos.css
deleted file mode 100644
index 2c853af4c..000000000
--- a/vendors/lessphp/tests/outputs/site_demos.css
+++ /dev/null
@@ -1,54 +0,0 @@
-default .underline { border-bottom:1px solid green; }
-default #header {
- color:black;
- border:1px solid #d4d;
-}
-default #header .navigation { font-size:12px; }
-default #header .navigation a { border-bottom:1px solid green; }
-default #header .logo { width:300px; }
-default #header .logo:hover { text-decoration:none; }
-variables .variables {
- width:14cm;
- height:24px;
- color:#888;
- background:#6c94be;
- font-family:"Trebuchet MS", Verdana, sans-serif;
-}
-mixins .bordered {
- border-top:dotted 1px black;
- border-bottom:solid 2px black;
-}
-mixins #menu a {
- color:#111;
- border-top:dotted 1px black;
- border-bottom:solid 2px black;
-}
-mixins .post a {
- color:red;
- border-top:dotted 1px black;
- border-bottom:solid 2px black;
-}
-nested-rules #header { color:black; }
-nested-rules #header .navigation { font-size:12px; }
-nested-rules #header .logo { width:300px; }
-nested-rules #header .logo:hover { text-decoration:none; }
-namespaces #bundle .button {
- display:block;
- border:1px solid black;
- background-color:grey;
-}
-namespaces #bundle .button:hover { background-color:white; }
-namespaces #header a {
- color:orange;
- display:block;
- border:1px solid black;
- background-color:grey;
-}
-namespaces #header a:hover { background-color:white; }
-mixin-functions body {
- padding:2.0em;
- color:red;
- margin:10px;
- height:12px;
- border-bottom:1px solid green;
-} \ No newline at end of file
diff --git a/vendors/lessphp/tests/outputs/variables.css b/vendors/lessphp/tests/outputs/variables.css
deleted file mode 100644
index 4c7e5e669..000000000
--- a/vendors/lessphp/tests/outputs/variables.css
+++ /dev/null
@@ -1,20 +0,0 @@
-color:44px;
-color:44px;
-.variables {
- width:14cm;
- height:24px;
- margin-top:-20px;
- margin-bottom:30px;
- color:#889;
- background:#6c94be;
- font-family:"Trebuchet MS", Verdana, sans-serif;
- margin:3px;
- font:10px/12px serif;
- font:120%/120% serif;
-}
-.external {
- color:#888;
- border:1px solid #3326cc;
- background:rgba(23,68,149,0.5);
- padding:4px;
-} \ No newline at end of file