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
Wikidata facts
- Instance of
- preprocessor
- Official website
- lesscss.org
Show 12 more facts
- copyright license
- Apache Software License 2.0
- publication date
- 2009-01-01
- source code repository URL
- github.com/less/less.js
- influenced by
- Sass
- software version identifier
- 4.6.3
- inception
- 2009-00-00
- programmed in
- Q2005
- Stack Exchange tag
- stackoverflow.com/tags/less
- operating system
- cross-platform
- typing discipline
- dynamic typing
- different from
- Less
- dialect of computer language
- Cascading Style Sheets
Sources (7)
via Wikidata · CC0
Article · 日本語
LESS(Leaner CSS)は、Alexis Sellierが設計した動的スタイルシート言語である。Sassに触発され、後にCSSに似たブロック形式構文を採用した新しいSassの「SCSS」構文に影響を与えている。 オープンソースソフトウェアであり、最初のバージョンはRubyで組まれたが、以降は非推奨とされJavaScriptに置き換えられている。インデント構文はネストされたメタ言語であり、プログラム意味論上、有効なCSSは有効なLESSコードである。 変数、ネスティング、Mixin、演算子及び関数に対応しており、他のCSS用プリコンパイラとの主な違いはブラウザによりLESS.jsを経由してリアルタイムのコンパイルが可能な点である。クライアント側とサーバー側で実行でき、単純なCSSにコンパイルできる。
Abstract from DBpedia / Wikipedia · CC BY-SA