はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    ノーベル賞

『Sass: Syntactically Awesome Style Sheets』

  • 人気
  • 新着
  • すべて
  • Sass: Breaking Change: @import and global built-in functions

    3 users

    sass-lang.com

    Originally, Sass used @import rules to load other files with a single global namespace, with all built-in functions also available globally. We’re deprecating both Sass @import rules and global built-in functions now that the module system (@use and @forward rules) has been available for several years. @import causes numerous problems, requiring Sass members to be manually namespaced to avoid conf

    • 学び
    • 2024/10/24 13:48
    • Sass: Node Sass is end-of-life

      20 users

      sass-lang.com

      The time has finally come to retire Node Sass. This Node.js wrapper for LibSass was the first official Sass compiler available in the JavaScript ecosystem and was a huge part of Sass growing beyond the scope of the Ruby community where it originated, but it hasn't received a new release in a year and a half and the most recent set of maintainers no longer have the bandwidth to continue updating it

      • テクノロジー
      • 2024/07/25 15:26
      • sass
      • css
      • Node.js
      • js
      • life
      • 生活
      • Sass: Sass and Native Nesting

        10 users

        sass-lang.com

        The stable release of Chrome 112, which is releasing today, is the first stable browser to add support for the new native CSS nesting feature. This feature—inspired by Sass’s nesting—adds the ability to nest style rules in plain CSS, and even uses Sass’s convention of & to refer to the parent selector. We here at Sass HQ are honored every time our language design inspires improvements in CSS itsel

        • テクノロジー
        • 2023/03/30 15:07
        • sass
        • css
        • あとで読む
        • Sass: Request for Comments: HWB Functions

          3 users

          sass-lang.com

          The CSS working group has been up to all sorts of exciting stuff recently in the Color Level 4 spec, and the Sass team is starting to think about how to integrate those cool new features into Sass’s color model. We need more time to hammer out exactly the right designs for complex features like the Lab color space, but that doesn’t mean we can’t add a few new color goodies. Today we’re announcing

          • テクノロジー
          • 2020/10/30 11:21
          • Sass: Dart Sass

            4 users

            sass-lang.com

            Dart Sass is the primary implementation of Sass, which means it gets new features before any other implementation. It’s fast, easy to install, and it compiles to pure JavaScript which makes it easy to integrate into modern web development workflows. Find out more or help out with its development on GitHub. Command LineCommand Line permalink Dart Sass’s stand-alone command-line executable uses the

            • テクノロジー
            • 2020/10/27 08:18
            • Sass: LibSass is Deprecated

              73 users

              sass-lang.com

              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

              • テクノロジー
              • 2020/10/27 07:30
              • sass
              • css
              • あとで読む
              • techfeed
              • web
              • news
              • Sass: Migrator

                5 users

                sass-lang.com

                The Sass migrator automatically updates your Sass files to help you move on to the latest and greatest version of the language. Each of its commands migrates a single feature, to give you as much control as possible over what you update and when. UsageUsage permalink To use the Sass migrator, tell it which migration you want to run and what Sass files you want to migrate: sass-migrator <migration>

                • テクノロジー
                • 2020/05/27 02:12
                • sass
                • CSS
                • web制作
                • Sass: The Module System is Launched

                  3 users

                  sass-lang.com

                  The Sass team has known for years that the @import rule, one of the earliest additions to Sass, wasn’t as good as we wanted it. It caused a litany of problems for our users: It was next to impossible to figure out where a given variable, mixin, or function (collectively called "members") was originally defined, since anything defined in one stylesheet was available to all stylesheets that were imp

                  • テクノロジー
                  • 2020/05/12 20:04
                  • sass
                  • Sass: @import

                    3 users

                    sass-lang.com

                    Sass extends CSS’s @import rule with the ability to import Sass and CSS stylesheets, providing access to mixins, functions, and variables and combining multiple stylesheets’ CSS together. Unlike plain CSS imports, which require the browser to make multiple HTTP requests as it renders your page, Sass imports are handled entirely during compilation. Sass imports have the same syntax as CSS imports,

                    • テクノロジー
                    • 2020/05/12 18:25
                    • css
                    • あとで読む
                    • Sass: Announcing Dart Sass

                      71 users

                      sass-lang.com

                      Over the past few months, I’ve been quietly working on a new project. Today I’m ready to announce Dart Sass to the world. It’s a totally new implementation of Sass, designed to be fast, easy to install, and easy to hack on. It’s not yet complete—I’m steadily working my way through sass-spec—so today I’m just releasing version 1.0.0-alpha.1. But it’s solid enough for you to download, play with, and

                      • テクノロジー
                      • 2016/11/01 10:44
                      • sass
                      • Dart
                      • CSS
                      • js
                      • あとで読む
                      • Sass: Sass 3.5 Release Candidate

                        11 users

                        sass-lang.com

                        I’ve just pushed the button to release Sass 3.5.0-rc.1. If it seems like it’s been a while since the last release, that’s true! But there’s a good reason. We decided to enter feature freeze after the 3.5 release to give libsass, the super-speedy C++ implementation of Sass, time to reach feature parity with Sass 3.4. Libsass is much younger than Sass, and C++ is generally a slower language to work

                        • テクノロジー
                        • 2016/08/31 21:50
                        • sass
                        • CSS
                        • あとで読む
                        • Sass: LibSass

                          5 users

                          sass-lang.com

                          LibSass is an implementation of Sass in C/C++, designed to be easy to integrate into many different languages. However, as time wore on it ended up lagging behind Dart Sass in features and CSS compatibility. LibSass is now deprecated—new projects should use Dart Sass instead. WrappersWrappers permalink LibSass is just a library. To run the code locally (i.e. to compile your stylesheets), you need

                          • テクノロジー
                          • 2015/03/24 15:56
                          • CSS
                          • Sass: Sass 3.4 is Released

                            20 users

                            sass-lang.com

                            We’ve been trying to increase the pace of Sass releases, and it looks like we’ve succeeded. A mere five months after the release of Sass 3.3, we’re announcing the release of Sass 3.4.0, codename Selective Steve. Faster releases mean fewer major features per release, so there are only two big new things to talk about (although there are plenty of little improvements you can read about in the change

                            • テクノロジー
                            • 2014/08/19 09:48
                            • sass
                            • Sass: Sass 3.3 is Released

                              45 users

                              sass-lang.com

                              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,

                              • テクノロジー
                              • 2014/03/08 11:35
                              • sass
                              • css
                              • scss
                              • design
                              • Sass: Install Sass

                                3 users

                                sass-lang.com

                                ApplicationsApplications permalink There are a good many applications that will get you up and running with Sass in a few minutes for Mac, Windows, and Linux. You can download most of the applications for free but a few of them are paid apps (and totally worth it). CodeKit (Paid) Mac Prepros (Paid) Mac Windows Linux LibrariesLibraries permalink The Sass team maintains two Node.js packages for Sass

                                • テクノロジー
                                • 2014/02/03 22:20
                                • Sass: Style Guide

                                  5 users

                                  sass-lang.com

                                  Contributing to this website? Awesome! Use this style guide, developed by Team Sass Design. If you add new design, please document it here. Site ObjectivesSite Objectives permalink Show why Sass is the best CSS Preprocessor, and why you should use it. Be a resource for those who are already using Sass, at whatever level.

                                  • テクノロジー
                                  • 2013/10/14 09:59
                                  • styleguide
                                  • sass
                                  • Sass: Syntax

                                    5 users

                                    sass-lang.com

                                    Sass supports two different syntaxes. Each one can load the other, so it’s up to you and your team which one to choose. SCSSSCSS permalink The SCSS syntax uses the file extension .scss. With a few small exceptions, it’s a superset of CSS, which means essentially all valid CSS is valid SCSS as well. Because of its similarity to CSS, it’s the easiest syntax to get used to and the most popular. SCSS

                                    • テクノロジー
                                    • 2012/11/14 10:55
                                    • sass
                                    • File: README — Documentation by YARD 0.9.12

                                      7 users

                                      sass-lang.com

                                      Ruby Sass is Deprecated! Ruby Sass is in a sunset period where only critical bugs and CSS compatibility issues will be fixed. It will be completely unmaintained as of 26 March 2019. See the Sass website for details, and consider switching to the sassc gem Sass Sass makes CSS fun again. Sass is an extension of CSS, adding nested rules, variables, mixins, selector inheritance, and more. It's transla

                                      • テクノロジー
                                      • 2011/12/06 17:33
                                      • sass
                                      • document
                                      • tools
                                      • html
                                      • CSS
                                      • sass, referencee, document
                                      • Sass: Built-In Modules

                                        67 users

                                        sass-lang.com

                                        Only Dart Sass currently supports loading built-in modules with @use. Users of other implementations must call functions using their global names instead. Sass provides many built-in modules which contain useful functions (and the occasional mixin). These modules can be loaded with the @use rule like any user-defined stylesheet, and their functions can be called like any other module member. All b

                                        • テクノロジー
                                        • 2011/07/02 22:23
                                        • sass
                                        • scss
                                        • Function
                                        • reference
                                        • css
                                        • script
                                        • color
                                        • Sass - Syntactically Awesome Stylesheets

                                          8 users

                                          sass-lang.com

                                          Various text editors have various levels of support for Sass. Here’s a list of all of them that I know of. If you create or learn of another or a more updated version, please email haml@googlegroups.com. Sass gets new syntax every now and then. This means that most of these modes are at least a little out-of-date. If anyone wants to take on the task of updating an old mode, that would be greatly a

                                          • 暮らし
                                          • 2010/10/19 10:24
                                          • sass
                                          • Tools
                                          • html
                                          • css
                                          • Sass: Sass Basics

                                            41 users

                                            sass-lang.com

                                            Before you can use Sass, you need to set it up on your project. If you want to just browse here, go ahead, but we recommend you go install Sass first. Go here if you want to learn how to get everything set up. PreprocessingPreprocessing permalink CSS on its own can be fun, but stylesheets are getting larger, more complex, and harder to maintain. This is where a preprocessor can help. Sass has feat

                                            • テクノロジー
                                            • 2010/09/06 14:43
                                            • sass
                                            • SCSS
                                            • CSS
                                            • ruby
                                            • rails
                                            • programming
                                            • Sass: Documentation

                                              89 users

                                              sass-lang.com

                                              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,

                                              • テクノロジー
                                              • 2010/01/22 13:16
                                              • sass
                                              • reference
                                              • scss
                                              • css
                                              • リファレンス
                                              • haml
                                              • Ruby
                                              • document
                                              • SASS_REFERENCE.md

                                                4 users

                                                sass-lang.com

                                                Sass is a meta-language on top of CSS that’s used to describe the style of a document cleanly and structurally, with more power than flat CSS allows. Sass both provides a simpler, more elegant syntax for CSS and implements various features that are useful for creating manageable stylesheets. Features Whitespace active Well-formatted output Elegant input Feature-rich Using Sass Sass can be used in

                                                • 学び
                                                • 2009/07/19 22:50
                                                • sass
                                                • reference
                                                • html
                                                • css
                                                • Sass: Syntactically Awesome Style Sheets

                                                  453 users

                                                  sass-lang.com

                                                  Sass is the most mature, stable, and powerful professional grade CSS extension language in the world. CSS Compatible Sass is completely compatible with all versions of CSS. We take this compatibility seriously, so that you can seamlessly use any available CSS libraries. Feature Rich Sass boasts more features and abilities than any other CSS extension language out there. The Sass Core Team has work

                                                  • テクノロジー
                                                  • 2009/07/07 02:34
                                                  • sass
                                                  • css
                                                  • SCSS
                                                  • ruby
                                                  • web制作
                                                  • haml
                                                  • programming
                                                  • プログラミング
                                                  • saas
                                                  • rails

                                                  このページはまだ
                                                  ブックマークされていません

                                                  このページを最初にブックマークしてみませんか?

                                                  『Sass: Syntactically Awesome Style Sheets』の新着エントリーを見る

                                                  キーボードショートカット一覧

                                                  j次のブックマーク

                                                  k前のブックマーク

                                                  lあとで読む

                                                  eコメント一覧を開く

                                                  oページを開く

                                                  はてなブックマーク

                                                  • 総合
                                                  • 一般
                                                  • 世の中
                                                  • 政治と経済
                                                  • 暮らし
                                                  • 学び
                                                  • テクノロジー
                                                  • エンタメ
                                                  • アニメとゲーム
                                                  • おもしろ
                                                  • アプリ・拡張機能
                                                  • 開発ブログ
                                                  • ヘルプ
                                                  • お問い合わせ
                                                  • ガイドライン
                                                  • 利用規約
                                                  • プライバシーポリシー
                                                  • 利用者情報の外部送信について
                                                  • ガイドライン
                                                  • 利用規約
                                                  • プライバシーポリシー
                                                  • 利用者情報の外部送信について

                                                  公式Twitter

                                                  • 公式アカウント
                                                  • ホットエントリー

                                                  はてなのサービス

                                                  • はてなブログ
                                                  • はてなブログPro
                                                  • 人力検索はてな
                                                  • はてなブログ タグ
                                                  • はてなニュース
                                                  • ソレドコ
                                                  • App Storeからダウンロード
                                                  • Google Playで手に入れよう
                                                  Copyright © 2005-2025 Hatena. All Rights Reserved.
                                                  設定を変更しましたx