Warning, /webapps/ocs-webserver/library/lessphp/tests/outputs_lessjs/mixins-named-args.css is written in an unsupported language. File is not indexed.

0001 .named-arg {
0002   color: blue;
0003   width: 5px;
0004   height: 99%;
0005   args: 1px 100%;
0006   text-align: center;
0007 }
0008 .class {
0009   width: 5px;
0010   height: 19%;
0011   args: 1px 20%;
0012 }
0013 .all-args-wrong-args {
0014   width: 10px;
0015   height: 9%;
0016   args: 2px 10%;
0017 }
0018 .named-args2 {
0019   width: 15px;
0020   height: 49%;
0021   color: #646464;
0022 }
0023 .named-args3 {
0024   width: 5px;
0025   height: 29%;
0026   color: #123456;
0027 }