
Product
Introducing Supply Chain Attack Campaigns Tracking in the Socket Dashboard
Campaign-level threat intelligence in Socket now shows when active supply chain attacks affect your repositories and packages.
Official website and documentation for Less/Less.js
Assemble and Grunt are used to build the docs. To get started:
npm installgrunt command to build the docsIf all worked properly, you're ready to begin contributing to the docs!
All documentation content can be found in the ./content directory. Please read the contributing section below if you wish to add documentation.
Please help us make the documentation consistent, readable, and maintainable by conforming to these guidelines when contributing:
# for titles, not underlines. Underlines are not semantic, aren't as flexible, aren't always highlighted properly in code highlighters# and the heading```less for Less, and ```css for CSS.display: block; and not display:block;)input[type="text"] should always wrap the attribute's value in double quotes. This is important to do in your own code as well for consistency and safety (see this blog post on unquoted attribute values that can lead to XSS attacks)Examples:
Good
body {
padding-top: 80px;
font-size: 12px;
}
Bad
body {
padding-top: 80px;
font-size: 12px;
}
Bad
body { padding-top: 80px; font-size: 12px }
Also, please ensure that all documentation files should have globally-unique names, regardless of where they are located in the repository. This makes it easier to use conveniences like file globbing, and it's good practice anyway.
The documentation site is generated using Assemble. Please visit that project to report bugs, or to learn more about usage and customization.
Update the project with the most recent metadata from the Less.js project, such as current version number, description, and so on, and then run Grunt with the following command:
node data/utils/pkg && grunt
Copyright (c) 2014, Alexis Sellier, LESS Core Team, Contributors Documentation released under Creative Commons. Documentation source code released under the MIT License. Less.js source code is released under the Apache 2 License.
FAQs
Official website and documentation for Less / Less.js
We found that less-docs demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Campaign-level threat intelligence in Socket now shows when active supply chain attacks affect your repositories and packages.

Research
Malicious PyPI package sympy-dev targets SymPy users, a Python symbolic math library with 85 million monthly downloads.

Security News
Node.js 25.4.0 makes require(esm) stable, formalizing CommonJS and ESM compatibility across supported Node versions.