Warning, /webapps/ocs-webserver/library/lessphp/tests/outputs/mixin_merging.css is written in an unsupported language. File is not indexed.
0001 #test1 div {
0002 color:red;
0003 height:10px;
0004 }
0005 #test1 p { height:10px; }
0006 #test2 b {
0007 color:red;
0008 width:1px;
0009 }
0010 #test2 a, #test2 i { width:1px; }
0011 #test3 a, #test3 i { width:1px; }
0012 #test3 b {
0013 width:1px;
0014 color:red;
0015 }
0016 #test4 a {
0017 color:blue;
0018 margin:1px;
0019 }
0020 #test4 div, #test4 html { color:blue; }
0021 #test5 img, #test5 strong {
0022 padding:2px;
0023 float:right;
0024 }
0025 #test6 div a, #test6 span a {
0026 line-height:10px;
0027 color:red;
0028 }
0029 #test7 div strong {
0030 margin:1px;
0031 color:red;
0032 }
0033 #test7 div b { color:red; }
0034 #test7 span strong, #test7 span b { color:red; }
0035 #test8 a i, #test8 b i {
0036 background:red;
0037 color:red;
0038 }
0039 #test8 a s, #test8 b s {
0040 background:red;
0041 color:blue;
0042 }