File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # lessphp v0.3.4-2
1+ # lessphp v0.3.5
22### < http://leafo.net/lessphp >
33
44` lessphp ` is a compiler for LESS written in PHP. The documentation is great,
Original file line number Diff line number Diff line change 1- title: v0.3.4 documentation
1+ title: v0.3.5 documentation
22 link_to_home: true
33--
44
5- <h2 skip =" true " >Documentation v0.3.4 </h2 >
5+ <h2 skip =" true " >Documentation v0.3.5 </h2 >
66
77<div style =" margin-bottom : 1em ;" >$index</div >
88
Original file line number Diff line number Diff line change 11<?php
22
33/**
4- * lessphp v0.3.4-2
4+ * lessphp v0.3.5
55 * http://leafo.net/lessphp
66 *
77 * LESS css compiler, adapted from http://lesscss.org
2929 * controlling things like whitespace and line-breaks.
3030 */
3131class lessc {
32- static public $ VERSION = "v0.3.4-2 " ;
32+ static public $ VERSION = "v0.3.5 " ;
3333 static protected $ TRUE = array ("keyword " , "true " );
3434 static protected $ FALSE = array ("keyword " , "false " );
3535
You can’t perform that action at this time.
0 commit comments