Better docs for the shadow mixins. Closes GH-433.
This commit is contained in:
parent
b2b9d57505
commit
36f2e56f1c
@ -24,7 +24,10 @@ $default-box-shadow-spread : false !default;
|
|||||||
// The default shadow inset: inset or false (for standard shadow).
|
// The default shadow inset: inset or false (for standard shadow).
|
||||||
$default-box-shadow-inset : false !default;
|
$default-box-shadow-inset : false !default;
|
||||||
|
|
||||||
// Provides cross-browser for Webkit, Gecko, and CSS3 box shadows when one or more box shadows are needed.
|
// Provides cross-browser for Webkit, Gecko, and CSS3 box shadows when one or more box
|
||||||
|
// shadows are needed.
|
||||||
|
// Each shadow argument should adhere to the standard css3 syntax for the
|
||||||
|
// box-shadow property.
|
||||||
@mixin box-shadow(
|
@mixin box-shadow(
|
||||||
$shadow-1 : default,
|
$shadow-1 : default,
|
||||||
$shadow-2 : false,
|
$shadow-2 : false,
|
||||||
|
@ -9,6 +9,8 @@ $default-text-shadow-v-offset: 0px !default;
|
|||||||
$default-text-shadow-blur: 1px !default;
|
$default-text-shadow-blur: 1px !default;
|
||||||
|
|
||||||
// Provides cross-browser text shadows when one or more shadows are needed.
|
// Provides cross-browser text shadows when one or more shadows are needed.
|
||||||
|
// Each shadow argument should adhere to the standard css3 syntax for the
|
||||||
|
// text-shadow property.
|
||||||
@mixin text-shadow(
|
@mixin text-shadow(
|
||||||
$shadow-1 : default,
|
$shadow-1 : default,
|
||||||
$shadow-2 : false,
|
$shadow-2 : false,
|
||||||
|
Loading…
Reference in New Issue
Block a user