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

linguaggio di programmazione

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 · Italiano

Less (LESS) è un preprocessore CSS che estende il normale linguaggio CSS permettendo (oltre alla normale sintassi dei fogli di stile) anche l'utilizzo di funzioni, operatori e variabili, la nidificazione delle istruzioni, la creazione di "mixin" e numerose altre caratteristiche che rendono il codice più facile da scrivere, da mantenere e da comprendere. LESS è open source ed è scritto in JavaScript.

Abstract from DBpedia / Wikipedia · CC BY-SA