Auto merge of #11834 - servo:style-docs, r=SimonSapin

Add some documentation to the style crate.

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11834)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-06-27 17:14:55 -05:00 committed by GitHub
commit 3809e4a23d
21 changed files with 123 additions and 21 deletions

View file

@ -2,6 +2,10 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
//! Common [values][values] used in CSS.
//!
//! [values]: https://drafts.csswg.org/css-values/
pub use cssparser::RGBA;
use app_units::Au;