To Examples

Greeter Example

Source code file: Greeter/app/assets/stylesheets/greeter.scss:

// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/

body { font: normal 140% Georgia;
background: silver; }

h1 { font-size: 130%;
color: navy; }