Skip to content

digitalcreations/bundler-less

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Less.php wrapper for dc/bundler

Enables you to compile Less files using dc/bundler.

Installation

composer require dc/bundler-less

or in composer.json

"require": {
    "dc/bundler-less": "dev-master"
}

Setup

This package depends on dc/router, but strongly suggests dc/ioc. This is how you register the transformer with the IoC container so it is picked up automatically.

```php
\DC\Bundler\Less\LessTransformer::registerWithContainer($container);

About

Less support for dc/bundler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages