| Index: lib/paper_material.dart
|
| diff --git a/lib/paper_material.dart b/lib/paper_material.dart
|
| index d20fce3910a69ffcafe5b8dacb7cde867cdc4624..7913c34dc22a3b0eb46fa59bbaf949e8817f7de2 100644
|
| --- a/lib/paper_material.dart
|
| +++ b/lib/paper_material.dart
|
| @@ -10,6 +10,8 @@ import 'package:web_components/web_components.dart';
|
| import 'package:polymer_interop/polymer_interop.dart';
|
| import 'shadow.dart';
|
|
|
| +/// Material design: [Cards](https://www.google.com/design/spec/components/cards.html)
|
| +///
|
| /// `paper-material` is a container that renders two shadows on top of each other to
|
| /// create the effect of a lifted piece of paper.
|
| ///
|
|
|