Less.php 1.7.0.2
Success Rate
0 out of 1 files
Memory
450.3 KB (461,112)
Memory Peak
734.46 KB (752,088)
Time (PHP):
0.008804
Time (Request)
0.632429
lessjs
bootstrap3
bootstrap-3.0.3
bootstrap-3.1
bootstrap-3.1-sourcemap
bootstrap3-sourcemap
bug-reports
functions
less.php
lessjs (1.5)
lessjs (1.6)
XDEBUG:
Debug Profile
-
Debug Trace
Options
Show PHP Diff
Invalid cache directory
Matched
File: mixins-pattern
.zero { variadic: true; named-variadic: true; zero: 0; one: 1; two: 2; three: 3; } .one { variadic: true; named-variadic: true; one: 1; one-req: 1; two: 2; three: 3; } .two { variadic: true; named-variadic: true; two: 2; three: 3; } .three { variadic: true; named-variadic: true; 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; }