タグ

cssとLESSに関するtorounitのブックマーク (3)

  • WinLess - Windows GUI for less.js

    Online LESS Compiler This Online LESS Compiler can help you to learn LESS. You can go through the examples below or try your own The examples are based on the official LESS documentation Credits Author: Mark Lagendijk Graphical designer: Elmar Kouwenhoven Used components: LESS.js, the original LESS compiler, by Alexis Sellier Node.js Blog

  • LESSでCSSを書いてみた - Toro_Unit

    CSSのメンテナンス性の悪さは広く知られて居るとは思いますが、その解決策として、SASSとかSCSSなどがあります。今回はその仲間のLESSの導入記録です。 公式サイト:LESS « The Dynamic Stylesheet language LESSというのは、CSSのメタ言語で、コレをコンパイルすると、CSSが出力されます。 LESSを使うとこんなことが出来ます。 LESSを使うと出来ること ルールのネスト 変数 Mixin 四則演算などちょっとした関数 また、普通のCSSの記法も使えますので、リセット用のCSS等そのままコピペも可能です。 ルールのネスト(階層化) CSSのルールをネスト出来ます。いちいちセレクタをコピペしなくていいし、コードの視認性や、構造が非常にわかりやすくなります。親のセレクタを再利用するには、”&”を用います。 less [css] #header { h

    LESSでCSSを書いてみた - Toro_Unit
    torounit
    torounit 2011/09/01
    ブログ書いた。
  • Getting started | Less.js

    It's CSS, with just a little more. Use with Node.js: npm install -g less > lessc styles.less styles.css Or the browser: <link rel="stylesheet/less" type="text/css" href="styles.less" /> <script src="https://cdn.jsdelivr.net/npm/less" ></script> Or try the online playground ! 🆕 Less (which stands for Leaner Style Sheets) is a backwards-compatible language extension for CSS. This is the official do

  • 1