Added description for the css border-radius mixin

This commit is contained in:
Johan Ronsse 2010-01-31 01:06:16 +01:00
parent e71e267eab
commit 213eb7bfcd

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>).