Corrected metadata for current css3 examples so they show up in reference docs
This commit is contained in:
parent
f549f0c8da
commit
4bc02bc53e
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Border-radius
|
title: Border radius
|
||||||
description: css3 mixin for border-radius
|
description: css3 mixin for border-radius
|
||||||
framework: compass/css3
|
framework: compass
|
||||||
stylesheet: compass/css3/_border_radius.sass
|
stylesheet: compass/css3/_border_radius.sass
|
||||||
example: true
|
example: true
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Box-shadow
|
title: Box-shadow
|
||||||
description: css3 mixin for box-shadow
|
description: css3 mixin for box-shadow
|
||||||
framework: compass/css3
|
framework: compass
|
||||||
stylesheet: compass/css3/_box_shadow.sass
|
stylesheet: compass/css3/_box_shadow.sass
|
||||||
example: true
|
example: true
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Box-sizing
|
title: Box-sizing
|
||||||
description: css3 mixin for box-sizing
|
description: css3 mixin for box-sizing
|
||||||
framework: compass/css3
|
framework: compass
|
||||||
stylesheet: compass/css3/_box_sizing.sass
|
stylesheet: compass/css3/_box_sizing.sass
|
||||||
example: true
|
example: true
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Columns
|
title: Columns
|
||||||
description: css3 mixin for css columns
|
description: css3 mixin for css columns
|
||||||
framework: compass/css3
|
framework: compass
|
||||||
stylesheet: compass/css3/_columns.sass
|
stylesheet: compass/css3/_columns.sass
|
||||||
example: true
|
example: true
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Gradient
|
title: Gradient
|
||||||
description: css3 mixin for css gradients
|
description: css3 mixin for css gradients
|
||||||
framework: compass/css3
|
framework: compass
|
||||||
stylesheet: compass/css3/_gradient.sass
|
stylesheet: compass/css3/_gradient.sass
|
||||||
example: true
|
example: true
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Inline-block
|
title: Inline-block
|
||||||
description: css3 mixin for inline-block
|
description: css3 mixin for inline-block
|
||||||
framework: compass/css3
|
framework: compass
|
||||||
stylesheet: compass/css3/_inline_block.sass
|
stylesheet: compass/css3/_inline_block.sass
|
||||||
example: true
|
example: true
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Opacity
|
title: Opacity
|
||||||
description: css3 mixin for opacity
|
description: css3 mixin for opacity
|
||||||
framework: compass/css3
|
framework: compass
|
||||||
stylesheet: compass/css3/_opacity.sass
|
stylesheet: compass/css3/_opacity.sass
|
||||||
example: true
|
example: true
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Text-shadow
|
title: Text-shadow
|
||||||
description: css3 mixin for text-shadow
|
description: css3 mixin for text-shadow
|
||||||
framework: compass/css3
|
framework: compass
|
||||||
stylesheet: compass/css3/_text_shadow.sass
|
stylesheet: compass/css3/_text_shadow.sass
|
||||||
example: true
|
example: true
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Transform
|
title: Transform
|
||||||
description: css3 mixin for css transforms
|
description: css3 mixin for css transforms
|
||||||
framework: compass/css3
|
framework: compass
|
||||||
stylesheet: compass/css3/_transform.sass
|
stylesheet: compass/css3/_transform.sass
|
||||||
example: true
|
example: true
|
||||||
---
|
---
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: Transition
|
title: Transition
|
||||||
description: css3 mixin for css transitions
|
description: css3 mixin for css transitions
|
||||||
framework: compass/css3
|
framework: compass
|
||||||
stylesheet: compass/css3/_transform.sass
|
stylesheet: compass/css3/_transition.sass
|
||||||
example: true
|
example: true
|
||||||
---
|
---
|
||||||
= render "partials/example"
|
= render "partials/example"
|
@ -7,6 +7,7 @@ body
|
|||||||
line-height: 1.5
|
line-height: 1.5
|
||||||
font-size: 13px
|
font-size: 13px
|
||||||
|
|
||||||
|
// Layout
|
||||||
#container
|
#container
|
||||||
+pie-clearfix
|
+pie-clearfix
|
||||||
|
|
||||||
@ -23,6 +24,13 @@ body
|
|||||||
ul
|
ul
|
||||||
padding: 5px
|
padding: 5px
|
||||||
|
|
||||||
|
// Typography
|
||||||
|
|
||||||
|
blockquote
|
||||||
|
:font-style italic
|
||||||
|
|
||||||
|
// Reference
|
||||||
|
|
||||||
body.reference
|
body.reference
|
||||||
h3.mixin
|
h3.mixin
|
||||||
background-color: #eee
|
background-color: #eee
|
||||||
|
Loading…
Reference in New Issue
Block a user