Skip to content

Sass

Sass: Syntactically Awesome Style Sheets

Sass is an extension of CSS3 which adds nested rules, variables, mixins, selector inheritance, and more. Sass generates well formatted CSS and makes your stylesheets easier to organize and maintain.

$ gem install sass
$ sass input.scss output.css

LibSass

A C implementation of a Sass compiler - libSass wrappers - sass/node-sass

Compass

  • ベンダープレフィックス自動生成
  • 画像をフォルダに置くだけでCSSスプライトを生成
  • Variables, Mixins, Functions
  • CSS3
  • Layout, Reset, Typography

CSS Sprite

Sass library

Family.scss
Family.scss is a set of 26 smart Sass mixins which will help you to manage the style of :nth-child ’ified elements, in an easy and classy way.

Tips

Clearfix