aboutsummaryrefslogtreecommitdiff
path: root/vendors/lessphp/tests/outputs/nested.css
diff options
context:
space:
mode:
Diffstat (limited to 'vendors/lessphp/tests/outputs/nested.css')
-rw-r--r--vendors/lessphp/tests/outputs/nested.css16
1 files changed, 0 insertions, 16 deletions
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