Merge commit 'wolfr/docs' into docs

* commit 'wolfr/docs':
  Added description for the css border-radius mixin
This commit is contained in:
Chris Eppstein 2010-01-30 16:32:57 -08:00
commit 033326e9e9

View File

@ -8,4 +8,4 @@ classnames:
---
- render 'reference' do
%p
Lorem ipsum dolor sit amet.
The border-radius mixin is used to give a block element rounded corners. It automatically outputs the correct syntax for each browser (e.g. <code>-webkit-border-radius</code> and <code>-moz-border-radius</code>).