~ubuntu-branches/ubuntu/vivid/ruby-compass/vivid-proposed

« back to all changes in this revision

Viewing changes to compass-style.org/content/reference/compass/css3.haml

  • Committer: Package Import Robot
  • Author(s): Jonas Smedegaard
  • Date: 2014-10-23 01:41:15 UTC
  • mfrom: (12.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20141023014115-bfhklnxtb876j1k4
Tags: 1.0.1~dfsg-3
* Fix tighten dependencies on ruby-sass and ruby-chunky-png.
* Adjust watch file to track only stable releases.
* Update Vcs-Browser URL to use cgit web frontend.
* Declare compliance with Debian Policy 3.9.6.
* Add NEWS entry about Blueprint now packaged separately.
* Stop build-depend explicitly on ruby.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- 
 
2
title: Compass CSS3
 
3
crumb: CSS3
 
4
framework: compass
 
5
stylesheet: compass/_css3.scss
 
6
sidebar: true
 
7
layout: core
 
8
classnames:
 
9
  - reference
 
10
  - core
 
11
  - css3
 
12
meta_description: Provides cross browser CSS3 mixins that take advantage of available pre-spec vendor prefixes. 
 
13
layout: core
 
14
---
 
15
- render 'reference' do
 
16
  %p
 
17
    The CSS3 module provides cross-browser mixins for CSS properties
 
18
    introduced in CSS3, for example
 
19
    <a href="/reference/compass/css3/border_radius/"><code>border-radius</code></a>
 
20
    and <a href="/reference/compass/css3/text-shadow/"><code>text-shadow</code></a>.
 
21
  %p
 
22
    What rendering engines you support for the experimental css properties is governed by
 
23
    the configurable variables defined in <a href="/reference/compass/support/">the browser
 
24
    support module</a>.
 
 
b'\\ No newline at end of file'