├── LICENSE ├── README ├── lessc ├── lessmon ├── lib ├── common.less.class.php ├── entities.less.class.php └── functions.less.class.php ├── reset.css ├── test.less └── test2.less /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dresende/less.php/HEAD/LICENSE -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dresende/less.php/HEAD/README -------------------------------------------------------------------------------- /lessc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dresende/less.php/HEAD/lessc -------------------------------------------------------------------------------- /lessmon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dresende/less.php/HEAD/lessmon -------------------------------------------------------------------------------- /lib/common.less.class.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dresende/less.php/HEAD/lib/common.less.class.php -------------------------------------------------------------------------------- /lib/entities.less.class.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dresende/less.php/HEAD/lib/entities.less.class.php -------------------------------------------------------------------------------- /lib/functions.less.class.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dresende/less.php/HEAD/lib/functions.less.class.php -------------------------------------------------------------------------------- /reset.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dresende/less.php/HEAD/reset.css -------------------------------------------------------------------------------- /test.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dresende/less.php/HEAD/test.less -------------------------------------------------------------------------------- /test2.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dresende/less.php/HEAD/test2.less --------------------------------------------------------------------------------