Skip to content

Commit

Permalink
Better docs for the shadow mixins. Closes CompassGH-433.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseppstein committed Jul 3, 2011
1 parent b2b9d57 commit 36f2e56
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frameworks/compass/stylesheets/compass/css3/_box-shadow.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ $default-box-shadow-spread : false !default;
// The default shadow inset: inset or false (for standard shadow).
$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(
$shadow-1 : default,
$shadow-2 : false,
Expand Down
2 changes: 2 additions & 0 deletions frameworks/compass/stylesheets/compass/css3/_text-shadow.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ $default-text-shadow-v-offset: 0px !default;
$default-text-shadow-blur: 1px !default;

// 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(
$shadow-1 : default,
$shadow-2 : false,
Expand Down

0 comments on commit 36f2e56

Please sign in to comment.