タグ

mixinとスニペットに関するleftyfoxのブックマーク (2)

  • Sass(SCSS) mixin Snippets - NxWorld

    普段からSassを使ってるのであれば多くの人が利用しているであろう機能のひとつであるmixinは、面倒な記述を手軽に呼び出せたり何度も同じ記述をするという手間を省けたりと、使いこなせば何かと楽になるだけでなくCSSを記述する時間を大幅に短縮させることも可能になります。 特別目新しいものはないですが、今回はそんなmixinで使えるスニペットをいくつか紹介します。 特にこれまでSassやmixinをあまり使ってこなかったという人は、全体的に紹介しているものは内容もシンプルですし、そのまま試しに使ってみるだけでなく自分好みにカスタマイズしたりもしてみてください。 以下で紹介しているものは、それぞれ「mixin」はmixinコード、「usage」はmixin使用時のサンプルコード、「output」はコンパイル後のコードとなります。 プレフィックスに関する記述に関してはAutoprefixerなどを

    Sass(SCSS) mixin Snippets - NxWorld
  • Useful Sass Snippets | Hmphry

    Table of Contents Article Info Article No. 5 May 8, 2015 One thing I absolutely love about Sass is the mixins and functions. Being able to automate many of the repetitive coding for CSS is both amazing in building and maintaining a base. But I often find many developers creating complex systems for simple tasks, such as managing a font stack or color scheme. These can be tedious to set up and empl

  • 1