タグ

ブックマーク / sass-lang.com (4)

  • Sass: LibSass is Deprecated

    After much discussion among the Sass core team, we’ve come to the conclusion that it’s time to officially declare that LibSass and the packages built on top of it, including Node Sass, are deprecated. For several years now, it’s been clear that there’s simply not enough engineering bandwidth behind LibSass to keep it up-to-date with the latest developments in the Sass language (for example, the mo

    ryo_n574
    ryo_n574 2020/10/27
    LibSassは非推奨でDart Sassを使いましょうとのことですよ
  • Sass: @use

    Only Dart Sass currently supports @use. Users of other implementations must use the @import rule instead. The @use rule loads mixins, functions, and variables from other Sass stylesheets, and combines CSS from multiple stylesheets together. Stylesheets loaded by @use are called "modules". Sass also provides built-in modules full of useful functions. The simplest @use rule is written @use "<url>",

  • Sass: Sass 3.3 is Released

    After ironing out a bunch of bugs in numerous release candidates, we’re finally ready to release Sass 3.3.0, codename Maptastic Maple, for public consumption. This release has a lot of exciting new features that you can read about in full in the changelog, but there are three that I want to draw your attention to in particular. Maps in SassScriptMaps in SassScript permalink As language designers,

    ryo_n574
    ryo_n574 2014/03/09
    リリースされたっぽい!
  • Sass: Documentation

    Sass is a stylesheet language that’s compiled to CSS. It allows you to use variables, nested rules, mixins, functions, and more, all with a fully CSS-compatible syntax. Sass helps keep large stylesheets well-organized and makes it easy to share design within and across projects. If you’re looking for an introduction to Sass, check out the tutorial. If you want to look up a built-in Sass function,

    ryo_n574
    ryo_n574 2013/01/04
    これを日本語訳すれば重宝されそう?
  • 1