Added descripton for box shadow mixin and updated box-shadow sass file so it gets parsed through markdown correctly
This commit is contained in:
parent
213eb7bfcd
commit
64b8f7cab8
@ -8,4 +8,4 @@ classnames:
|
|||||||
---
|
---
|
||||||
- render 'reference' do
|
- render 'reference' do
|
||||||
%p
|
%p
|
||||||
Lorem ipsum dolor sit amet.
|
The box-shadow mixin is used to give a block element a drop shadow.
|
||||||
|
@ -1,10 +1,12 @@
|
|||||||
//**
|
//
|
||||||
Provides cross-browser css box shadows for Webkit, Gecko, and CSS3 standard
|
Provides cross-browser css box shadows for Webkit, Gecko, and CSS3.
|
||||||
arguments are color, horizontal offset, vertical offset, and blur
|
|
||||||
|
|
||||||
//**
|
Standard arguments are color, horizontal offset, vertical offset, and blur.
|
||||||
|
|
||||||
|
//
|
||||||
These defaults make the arguments optional for this mixin
|
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_color ||= #333
|
||||||
!default_box_shadow_h_offset ||= 1px
|
!default_box_shadow_h_offset ||= 1px
|
||||||
|
Loading…
Reference in New Issue
Block a user