Skip to content
EntityQ1107192· pop 23· linked from 41 articles

Stylesheet-Sprache

Official website

Getting started | Less.js

Less extends CSS with dynamic behavior such as variables, mixins, operations and functions. Less runs on both the server-side (with Node.js and Rhino) or client-side (modern browsers only).

lesscss.org

Link to the official site · 11,747 chars · not written by Vinony

Source code

For general information on the language, configuration options or usage visit lesscss.org. [stackoverflow.com][so] is a great place to get answers about Less. [Less.js Issues][issues] for reporting bugs Contributing Please read CONTRIBUTING.md. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

Excerpt from the source-code README · 5,908 chars · not written by Vinony

Article · Deutsch

Less (englisch für weniger) ist eine Stylesheet-Sprache mit dem Ziel, das Schreiben von CSS effizienter zu gestalten. Hauptziele sind dabei, intelligente Steuerungen zu ermöglichen sowie Code-Wiederholungen zu vermeiden. Less ist eine Obermenge von CSS, das heißt, ein CSS-Code ist gleichzeitig auch gültiger Less-Code. Less wird zu CSS kompiliert.

Abstract from DBpedia / Wikipedia · CC BY-SA