aboutsummaryrefslogtreecommitdiff
path: root/mod/less/vendors/lessphp/tests/outputs/misc.css
diff options
context:
space:
mode:
Diffstat (limited to 'mod/less/vendors/lessphp/tests/outputs/misc.css')
-rw-r--r--mod/less/vendors/lessphp/tests/outputs/misc.css40
1 files changed, 40 insertions, 0 deletions
diff --git a/mod/less/vendors/lessphp/tests/outputs/misc.css b/mod/less/vendors/lessphp/tests/outputs/misc.css
new file mode 100644
index 000000000..8d85268c8
--- /dev/null
+++ b/mod/less/vendors/lessphp/tests/outputs/misc.css
@@ -0,0 +1,40 @@
+@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