document new text shadow api

This commit is contained in:
Eric Meyer 2010-11-09 00:54:30 -07:00 committed by Chris Eppstein
parent ed8615fd4c
commit 996eb1e8d1
2 changed files with 19 additions and 2 deletions

View File

@ -0,0 +1,15 @@
---
title: Compass Text Shadow (v2)
crumb: Text Shadow (v2)
framework: compass
stylesheet: compass/css3/_text-shadow-v2.scss
meta_description: Specify the text shadow for all browsers.
layout: core
classnames:
- reference
- core
- css3
---
- render 'reference' do
%p
Provides a mixin for CSS text shadows. See <a href="http://www.w3.org/TR/2003/CR-css3-text-20030514/#text-shadows">CSS3 spec: text-shadow</a>.

View File

@ -1,10 +1,11 @@
---
title: Compass Text Shadow
crumb: Text Shadow
crumb: Text Shadow (Deprecated)
framework: compass
stylesheet: compass/css3/_text-shadow.scss
meta_description: Specify the text shadow for all browsers.
layout: core
deprecated: true
classnames:
- reference
- core
@ -12,4 +13,5 @@ classnames:
---
- render 'reference' do
%p
Provides a mixin for CSS text shadows. See <a href="http://www.w3.org/TR/2003/CR-css3-text-20030514/#text-shadows">CSS3 spec: text-shadow</a>.
This import is deprecated. Please import
<a href="/docs/reference/compass/css3/text_shadow_v2/">text_shadow_v2</a> instead.