Ember CLI addon to compile Less CSS into your Ember app's CSS. Current stable version is 3.0.2. Maintained as an Ember ecosystem addon, integrates with Ember CLI build pipeline. Supports multiple input/output CSS files, source maps, and nested addon usage. Alternatives include ember-cli-sass for SCSS. Requires Ember.js v3.12+, Ember CLI v2.13+, and Node.js v10+.
npm install ember-cli-lessVerified import paths — ran on the pinned version, not inferred.
Install ember-cli-less and Less compiler, configure include paths and source maps, then import Bootstrap Less in app.less.
Run 'npm install --save-dev less' alongside ember-cli-less.
Accept the generated .map filename; manual naming is not supported.
Update your project to meet minimum versions. See CHANGELOG.
Use broccoli-merge-trees in your own build process instead of through lessOptions.
For addons, create 'app/styles/app.less' in the addon and use @import to include addon styles.
Run 'npm install --save-dev less' in your project.
Change to 'paths: [...]' as an array.
Create 'app/styles/app.less' even if empty, or adjust input path.