Added descripton for box shadow mixin and updated box-shadow sass file so it gets parsed through markdown correctly

This commit is contained in:
Johan Ronsse 2010-01-31 02:09:14 +01:00
parent 213eb7bfcd
commit 64b8f7cab8
2 changed files with 8 additions and 6 deletions

View File

@ -8,4 +8,4 @@ classnames:
---
- render 'reference' do
%p
Lorem ipsum dolor sit amet.
The box-shadow mixin is used to give a block element a drop shadow.

View File

@ -1,10 +1,12 @@
//**
Provides cross-browser css box shadows for Webkit, Gecko, and CSS3 standard
arguments are color, horizontal offset, vertical offset, and blur
//
Provides cross-browser css box shadows for Webkit, Gecko, and CSS3.
//**
Standard arguments are color, horizontal offset, vertical offset, and blur.
//
These defaults make the arguments optional for this mixin
If you like, set different defaults in your project
If you like, set different defaults in your project.
!default_box_shadow_color ||= #333
!default_box_shadow_h_offset ||= 1px