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

動的スタイルシート言語

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 · 日本語

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