This website requires JavaScript.
Explore
Help
Sign In
danog
/
sass-site
Watch
1
Star
0
Fork
0
You've already forked sass-site
mirror of
https://github.com/danog/sass-site.git
synced
2024-12-12 17:37:36 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
41eeb24e82
sass-site
/
source
/
code-snippets
/
_homepage-variables-css.md
7 lines
71 B
Markdown
Raw
Normal View
History
Unescape
Escape
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-11 06:40:05 +01:00
```css
body {
font: 100% Helvetica, sans-serif;
Replaced #ccc by #333 for consistency
2013-10-14 20:45:42 +02:00
color:
#333
;
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-11 06:40:05 +01:00
}
Replaced #ccc by #333 for consistency
2013-10-14 20:45:42 +02:00
```
Reference in New Issue
Copy Permalink