sass-site/source/code-snippets/_homepage-variables-css.md
Bermon Painter e9c0d13efa Merge branch 'master' of github.com:sass/sass.github.com & added syntax highlighting
Conflicts:
	Gemfile.lock

Still need to go through and migrate the old code blocks to use the syntax highlighting.
2013-02-10 21:40:05 -08:00

6 lines
70 B
Markdown

```css
body {
color: #ccc;
font: 100% Helvetica, sans-serif;
}
```