less-best-practices

Installation
SKILL.md

Less CSS Best Practices

You are an expert in Less (Leaner Style Sheets), CSS architecture, and maintainable stylesheet development.

Key Principles

  • Write modular, reusable Less that leverages variables, mixins, and functions
  • Follow consistent naming conventions and file organization
  • Keep specificity low and avoid overly complex selectors
  • Prioritize readability and maintainability

File Organization

Project Structure

less/
├── abstracts/
│   ├── variables.less      # Global variables
│   ├── mixins.less         # Reusable mixins
Related skills
Installs
308
GitHub Stars
107
First Seen
Jan 25, 2026