Leaner CSS. Use when: building REST API servers; middleware-based request handling; route management. NOT for: client-side browser applications; static file serving without a server.
Install
npx skillscat add yusenthebot/skills-pack/less Install via the SkillsCat registry.
SKILL.md
less
Overview
Leaner CSS. # Less.js > The dynamic stylesheet language. A popular web framework package for Node.js with 36.7M monthly downloads.
Installation
npm install lessCore API / Usage
npm install lessCommon Patterns
Refer to the official documentation for common patterns, recipes, and advanced usage examples.
Configuration
See the official documentation for configuration options and advanced settings.
Tips & Gotchas
- Current version: 4.5.1. Check the changelog when upgrading across major versions.
- Refer to the official npm page for edge cases and advanced configuration.