Take the beta status off of the new modules in 0.11

This commit is contained in:
Chris Eppstein 2012-03-11 17:49:19 -07:00
parent 17ae2294ab
commit 716ddf5d3b
5 changed files with 3 additions and 8 deletions

View File

@ -5,7 +5,6 @@ framework: compass
stylesheet: compass/css3/_box-shadow.scss stylesheet: compass/css3/_box-shadow.scss
meta_description: Specify the box shadow for all browsers. meta_description: Specify the box shadow for all browsers.
layout: core layout: core
beta: true
classnames: classnames:
- reference - reference
- core - core
@ -13,4 +12,4 @@ classnames:
--- ---
- render 'reference' do - render 'reference' do
%p %p
The box-shadow mixins are used to apply an inset or drop shadow to a block element. The box-shadow mixins are used to apply an inset or drop shadow to a block element.

View File

@ -5,7 +5,6 @@ framework: compass
stylesheet: compass/css3/_images.scss stylesheet: compass/css3/_images.scss
meta_description: Specify linear gradients and radial gradients for many browsers. meta_description: Specify linear gradients and radial gradients for many browsers.
layout: core layout: core
beta: true
classnames: classnames:
- reference - reference
- core - core

View File

@ -5,7 +5,6 @@ framework: compass
stylesheet: compass/css3/_pie.scss stylesheet: compass/css3/_pie.scss
meta_description: Compass integration with the css3pie tool. meta_description: Compass integration with the css3pie tool.
layout: core layout: core
beta: true
classnames: classnames:
- reference - reference
- core - core
@ -76,4 +75,4 @@ classnames:
* CSS PIE is written by and copyright to: [Jason Johnston](http://twitter.com/lojjic) * CSS PIE is written by and copyright to: [Jason Johnston](http://twitter.com/lojjic)
* Compass is using css3pie version 1.0-beta3. It can be upgraded by downloading * Compass is using css3pie version 1.0-beta3. It can be upgraded by downloading
a new behavior file and replacing the one that comes with compass. a new behavior file and replacing the one that comes with compass.

View File

@ -4,7 +4,6 @@ crumb: Text Shadow
framework: compass framework: compass
stylesheet: compass/css3/_text-shadow.scss stylesheet: compass/css3/_text-shadow.scss
meta_description: Specify the text shadow for all browsers. meta_description: Specify the text shadow for all browsers.
beta: true
layout: core layout: core
classnames: classnames:
- reference - reference
@ -13,4 +12,4 @@ classnames:
--- ---
- render 'reference' do - render 'reference' do
%p %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>. 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

@ -5,7 +5,6 @@ framework: compass
stylesheet: compass/css3/_transform.scss stylesheet: compass/css3/_transform.scss
meta_description: Specify transformations for many browsers. meta_description: Specify transformations for many browsers.
layout: core layout: core
beta: true
classnames: classnames:
- reference - reference
- core - core