dc/bundler-less

LESS support for dc/bundler

dev-master 2015-05-22 12:33 UTC

This package is not auto-updated.

Last update: 2024-04-13 15:34:00 UTC


README

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);