less.js 3.13.0+dfsg-7 source package in Ubuntu
Changelog
less.js (3.13.0+dfsg-7) unstable; urgency=medium * team upload * use and build-depend on terser (not uglifyjs.terser) -- Jonas Smedegaard <email address hidden> Thu, 02 Dec 2021 19:35:22 +0100
Upload details
- Uploaded by:
- Debian Javascript Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Javascript Maintainers
- Architectures:
- all
- Section:
- web
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | universe | web |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
less.js_3.13.0+dfsg-7.dsc | 2.6 KiB | fe9639446b7a12281c53dd3754ba5880053635a1fb6dd406ccc10ae96e96680e |
less.js_3.13.0+dfsg.orig-image-size.tar.xz | 6.4 KiB | 8c060b422ac39b37003b629da43464065c81dd606e7603b8106fe220d4e1e3c3 |
less.js_3.13.0+dfsg.orig.tar.xz | 563.1 KiB | c7cd878006d5eb45602a4f10d2ca58f65ab3049dc4473d46e04d8be2aec0005d |
less.js_3.13.0+dfsg-7.debian.tar.xz | 11.9 KiB | 5ebf4a69c94df6cee1d4a197098a7a4216fd7d1b77f8a6b1ba9cd3fff169fcb8 |
Available diffs
- diff from 3.13.0+dfsg-6 to 3.13.0+dfsg-7 (682 bytes)
No changes file available.
Binary packages built by this source
- libjs-less: LESS CSS meta-language - Javascript library
LESS is a meta-language on top of CSS that’s used to describe the style
of a document cleanly and structurally, with more power than flat CSS
allows. LESS both provides a simpler, more elegant syntax for CSS and
implements various features that are useful for creating manageable
stylesheets.
.
less.js is the reference implementation of LESS, written in JavaScript.
.
This package contains the less.js library usable for dynamic parsing of
LESS in a web browser.
- node-less: LESS CSS meta-language - compiler and Node module
Node is an event-based server-side JavaScript engine.
.
LESS is a meta-language on top of CSS that’s used to describe the style
of a document cleanly and structurally, with more power than flat CSS
allows. LESS both provides a simpler, more elegant syntax for CSS and
implements various features that are useful for creating manageable
stylesheets.
.
less.js is the reference implementation of LESS, written in JavaScript.
.
This package contains less.js usable as Node module, and the script
lessc for statically compiling LESS data into CSS.