less/less.js
Less. The dynamic stylesheet language. observed · 2026-08-28
Health v2 · maintenance only
93/100
- Activity 97
- Release rhythm 85
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 40
- age_days: 6038
- days_rel: 20
- days_push: 20
- n_releases_24m: 16
Adoption not part of the score
17029 stars · 3368 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Less.js is the official JavaScript compiler for Less, a backwards-compatible dynamic stylesheet language that extends CSS with variables, mixins, nesting, and functions. It can compile .less files to CSS via Node.js CLI, in-browser, or as a build-tool dependency.
Use cases
- compile less files to css
- use variables and mixins in stylesheets
- nest css selectors
- preprocess styles in a node build pipeline
- compile styles in the browser for prototyping
When to choose
- you maintain an existing codebase already using .less files
- you want a CSS-like preprocessor with a minimal learning curve
- you need variables, mixins, and functions in plain-CSS-style syntax
When to avoid
- you are starting a new project where modern CSS (custom properties, nesting) or Sass/PostCSS may be a better fit
- you need a full-featured preprocessor with extensive ecosystem like Sass
Facets
library · maturity stable
css-framework compiler build-tool cli web-development frontend programming-languages web-design browser cli cross-platform css-preprocessor stylesheet-language less variables mixins transpiler nodejs
4 sources
- readme: https://github.com/less/less.js · fetched 2026-08-28 · 0de1fd1b25df
- homepage: http://lesscss.org · fetched 2026-08-29 · 4bb42aa7a902
- site_page: https://lesscss.org/features · fetched 2026-08-29 · d457c7bfa8b2
- site_page: https://lesscss.org/about · fetched 2026-08-29 · 5b8702d59b33
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| less/less.js | main | 93 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem