dc / bundler-less
LESS support for dc/bundler
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
pkg:composer/dc/bundler-less
Requires
- dc/bundler: dev-master
- oyejorge/less.php: 1.*
Suggests
- dc/ioc: dev-master
This package is not auto-updated.
Last update: 2025-09-27 23:11:40 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);