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

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

アプリで開く

はてなブックマーク

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

はてなブックマーク

トップへ戻る

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

    iPhone 17

『TheSassWay.com – All SaSS Related Stuff』

  • 人気
  • 新着
  • すべて
  • Cubic Bézier representation in Sass – TheSassWay.com

    3 users

    thesassway.com

    It all started when Tim Severien showed me a pen where he managed to display a Bezier curve with nothing but Sass. After a couple of hours of fiddling, between his math/geometry knowledge and my love of Sass, we came up with a neat little tool to display a Cubic Bezier function in Sass. This is the story of how we built that tool. But before we get too far, let me turn it over to Tim to catch us u

    • テクノロジー
    • 2014/10/28 09:21
    • Sass
    • animation
    • Using Object-Oriented CSS with Sass – TheSassWay.com

      9 users

      thesassway.com

      Nicole Sullivan first introduced the world to Object-Oriented CSS (OOCSS) at Web Directions North in 2008. Since then it has emerged as one of the leading modular systems for organizing your CSS. OOCSS is not that different from other CSS methodologies like SMACSS or BEM. All of them aim to separate content from structure by placing CSS styles in reusable modular blocks of code. In fact, I usually

      • テクノロジー
      • 2014/10/28 00:32
      • sass
      • OOCSS
      • css
      • Tutorial
      • Understanding placeholder selectors – TheSassWay.com

        3 users

        thesassway.com

        Sass provides a number of different ways to share code between CSS rules. You can use mixins to insert new CSS properties and/or rules into your CSS and you can use @extend to share CSS properties between selectors. Sass 3.2 introduces a new concept called “placeholders” to make @extend generate more efficient output. But before we get into that, let’s talk about how extend works… How extend works

        • テクノロジー
        • 2014/09/24 15:18
        • sass
        • Do I Need To Learn Css Before Sass – TheSassWay.com

          3 users

          thesassway.com

          Sass itself does not require much CSS knowledge – similar to how you do not need a great vocabulary to be able to use “MS Word”. Right now is the right time to start. The process of learning sass does not require previous knowledge. Both are based on the same syntax. Should I Learn Sass After Css? How should I prepare for the n should I learn Sass? – Quora. For any other person who feels well prep

          • テクノロジー
          • 2014/08/31 22:13
          • typography
          • library
          • Inverse trigonometric functions with Sass – TheSassWay.com

            13 users

            thesassway.com

            You might think that math doesn’t have a lot to do with writing stylesheets, but you can actually do some amazing things with a little math in CSS. Math (particularly trigonometry) can help you model the real world. You’ll need it if you want to do something complicated with 3D transforms. And it can be a lot of fun if you just want to impress your friends. Here’s an example: See the Pen Pure CSS

            • テクノロジー
            • 2014/06/03 12:22
            • sass
            • css
            • Math
            • Tutorial
            • How To Convert Sass To Css – TheSassWay.com

              7 users

              thesassway.com

              You can compile Sass to CSS using the Sass command after it has been installed. Sass can be made to compile the Sass to the CSS by pointing to one file and checking output settings from that file. Sass input, for instance, is a handy way to run data. outputs in the system. Within your terminal, you may use CSS to input one Sass file. You will need to install stss files. css . Table of contents how

              • テクノロジー
              • 2014/05/12 12:54
              • sass
              • color
              • css
              • Spriting with Sass and Compass – TheSassWay.com

                5 users

                thesassway.com

                As web developers have become more concerned about browser performance a technique called “image spriting” has emerged that is designed to reduce the number of requests made to the server. As it turns out, fewer requests made the server (when there is no significant difference in the combined size of the files delivered) can make a big difference in how fast a page appears to download. Image sprit

                • テクノロジー
                • 2014/04/01 11:17
                • sprite
                • compass
                • Sass
                • css
                • Can Exago Use Sass Instead Of Css – TheSassWay.com

                  10 users

                  thesassway.com

                  node-sass must be installed before access to the scss files will occur. When I run React 16, the code looks fine compared to what I had. It is possible, for example, without configuring webpack, not to use CSS and scss modules. To ensure an smooth process, let’s first check out React’s latest version. Why Is Sass Bad? Several people complain that Sass enforces overly rigid architectural approaches

                  • 暮らし
                  • 2014/03/09 14:09
                  • sass
                  • map
                  • sass3.3
                  • Modular CSS naming conventions – TheSassWay.com

                    6 users

                    thesassway.com

                    The more you write your own stylesheets, the more you begin to value using good names in your code. Naming is by far one the most difficult and debated activities of a developer. To many, naming is an art form. Rather than making up my own names I sometimes consult a pattern library like Dan Cederholm’s Pears or a front-end framework like Bootstrap to find a good name for a concept. Naming convent

                    • テクノロジー
                    • 2013/09/04 02:56
                    • Sass
                    • CSS
                    • How To Use Sass Css In Html – TheSassWay.com

                      8 users

                      thesassway.com

                      For importing an example of sass, click here “” type=”text/css”” paragraph_sort ound Simply type in a standard Sass example. Table of contents how can i use sass on my website?can you use sass and css?what is saas in html?can i use sass in html?what is sass html?is sass better than css?do web developers use sass?can i use sass with wordpress?what is saas html?is sass a css framework?how is sass di

                      • テクノロジー
                      • 2013/08/06 22:11
                      • sass
                      • css
                      • Avoid nested selectors for more modular CSS – TheSassWay.com

                        6 users

                        thesassway.com

                        We’ve written before about the dangers of nesting your CSS selectors too deeply. The Inception Rule is a good one for getting you to avoid some mangled CSS selectors. But there’s actually a lot of benefit to taking this concept a couple of steps farther. What happens when you avoid nesting for almost all of your major selectors? Contextual selectors First, let’s talk about why this might be a good

                        • テクノロジー
                        • 2013/05/25 08:05
                        • sass
                        • CSS
                        • If For Each While – TheSassWay.com

                          7 users

                          thesassway.com

                          This time the code executed once and again is evaluated as it is done by — the block was executed once and again. Whenever the specified condition is true, the statement is repeated if it is true even if the condition is false. For – extends an input counter a specified size when passed through a block of code. Table of contents how do you use for and while?can we use for loop in scss?what is if f

                          • テクノロジー
                          • 2013/04/10 07:32
                          • sass
                          • css
                          • tech
                          • How to structure a Sass project – TheSassWay.com

                            34 users

                            thesassway.com

                            One of the most useful features of Sass is being able to separate your stylesheets into separate files. You can then use the @import directive to include the source of your individual files into one master stylesheet. But how should you structure your Sass projects? Is there a standard way of separating out your CSS files? Basic directory structure I like to layout my Sass projects like this: styl

                            • テクノロジー
                            • 2013/04/03 15:05
                            • sass
                            • SCSS
                            • css
                            • structure
                            • UI
                            • *あとで
                            • Sass vs. SCSS: which syntax is better? – TheSassWay.com

                              3 users

                              thesassway.com

                              Since the creation of Sass nearly 5 years ago, it has been plagued by many levels of controversy. It billed itself as “a better CSS” and added brand new features unheard of to CSS authors such as variables, nesting and mixins. Sass also introduced an entirely different indentation-oriented syntax and a brand new perspective on how to author CSS. The Sass syntax The indented syntax of Sass was inhe

                              • テクノロジー
                              • 2012/04/27 16:44
                              • Responsive Web Design In Sass Using Media Queries In Sass 32 – TheSassWay.com

                                25 users

                                thesassway.com

                                A syntax to SCSS uses its @media = 700x600x40:body = green, and foreground =… To generate a Sass Syntax, please contact Sass Syntax using this url and a screen name (width: (000) 700px). Image: @media (width *= 700px); body: green; background: green. Table of contents what is @media in sass?what is media scss?how do you structure a media query?can we use media query in sass?where do media queries

                                • テクノロジー
                                • 2012/04/09 23:26
                                • sass
                                • Media Queries
                                • CSS
                                • mediaqueries
                                • responsive
                                • レスポンシブ
                                • A standard module definition for Sass – TheSassWay.com

                                  7 users

                                  thesassway.com

                                  Since becoming a fan of Sass, one thing that has bothered me is that not much has been written about best practices for structuring Sass projects. This is one of a series of articles we will be writing to talk about some of the things that folks are doing to make their projects better. In this article, I’d like to kickstart the discussion on developing a Standard Module Definition for Sass. I’ll s

                                  • テクノロジー
                                  • 2012/03/27 09:32
                                  • sass
                                  • css
                                  • Sass Twitter Bootstrap – TheSassWay.com

                                    6 users

                                    thesassway.com

                                    Twitter’s “Bootstrap” is a HOT topic, especially in the Sass community. Sadly, they used LESS instead of Sass. Well, fellow staff member John W. Long changed that with Sass Twitter Bootstrap. bootstrap.scss Thanks John for stepping out and porting this for all of us Sass-lovers to enjoy! /*! * Bootstrap v1.1.0 * * Copyright 2011 Twitter, Inc * Licensed under the Apache License v2.0 * http://www.ap

                                    • テクノロジー
                                    • 2011/11/22 13:00
                                    • css
                                    • twitter
                                    • Nested selectors: the inception rule

                                      3 users

                                      thesassway.com

                                      Nested selectors: the inception rule It's well known that Sass is an efficient, realiable and precise tool which gives us great power and freedom to make CSS fun and less of a pain to author; however with great power comes responsibility. The Problem We've all been there, in the CSS realm, where all code lives at a "root level" and writing nested selectors means writing a lot of code for each CSS

                                      • テクノロジー
                                      • 2011/11/22 09:00
                                      • CSS
                                      • Apache2 Ubuntu Default Page: It works

                                        10 users

                                        thesassway.com

                                        This is the default welcome page used to test the correct operation of the Apache2 server after installation on Ubuntu systems. It is based on the equivalent page on Debian, from which the Ubuntu Apache packaging is derived. If you can read this page, it means that the Apache HTTP server installed at this site is working properly. You should replace this file (located at /var/www/html/index.html)

                                        • テクノロジー
                                        • 2011/11/04 17:09
                                        • Sass
                                        • tools
                                        • TheSassWay.com – All SaSS Related Stuff

                                          70 users

                                          thesassway.com

                                          Among the myriad of resources available to entrepreneurs and industry professionals, podcasts have emerged as a potent medium for knowledge dissemination and community building. Within this podcasting landscape, one niche stands out prominently: Software as a Service (SaaS) podcasts. These audio platforms have garnered significant attention and acclaim, serving as invaluable sources of insights, s

                                          • テクノロジー
                                          • 2011/11/04 17:09
                                          • css
                                          • ローディング
                                          • アニメーション
                                          • loading
                                          • web素材

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

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

                                          『TheSassWay.com – All SaSS Related Stuff』の新着エントリーを見る

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

                                          j次のブックマーク

                                          k前のブックマーク

                                          lあとで読む

                                          eコメント一覧を開く

                                          oページを開く

                                          はてなブックマーク

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

                                          公式Twitter

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

                                          はてなのサービス

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