yusenthebot

less

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.

yusenthebot 0 Updated 3mo ago
GitHub

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 less

Core API / Usage

npm install less

Common 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.