cbonnissent / dynacase-less-installer

Installer for less parsing tool in php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dynacase-less-installer

Installer for less parsing tool in php

You can use the parser in sty files, with rules like that :

$sty_rules = array(
   'css' => array(
        'dcp/bootstrap/bootstrap.css' => array(
           "src" => array(
               "ultra"=>"STYLE/LESS_STYLE/Layout/bootstrap.less"
           ),
           "deploy_parser" => array(
               "className" => '\Dcp\Style\dcpLessParser'
           )
       )
   )
);

The parser used is : https://github.com/oyejorge/less.php

About

Installer for less parsing tool in php

License:MIT License


Languages

Language:PHP 93.6%Language:Makefile 6.4%