| Index: lib/iron_autogrow_textarea.dart
 | 
| diff --git a/lib/iron_autogrow_textarea.dart b/lib/iron_autogrow_textarea.dart
 | 
| index dcc2f6f5fad2ddc13012ca45f109df041236b7c4..8cbcf5bc24055f54d294e89e6e069bf576ba5942 100644
 | 
| --- a/lib/iron_autogrow_textarea.dart
 | 
| +++ b/lib/iron_autogrow_textarea.dart
 | 
| @@ -23,6 +23,12 @@ import 'iron_flex_layout/classes/iron_flex_layout.dart';
 | 
|  ///
 | 
|  /// Because the `textarea`'s `value` property is not observable, you should use
 | 
|  /// this element's `bind-value` instead for imperative updates.
 | 
| +///
 | 
| +/// ### Styling
 | 
| +/// The following custom properties and mixins are available for styling:
 | 
| +/// Custom property | Description | Default
 | 
| +/// ----------------|-------------|----------
 | 
| +/// `--iron-autogrow-textarea` | Mixin applied to the textarea | `{}`
 | 
|  @CustomElementProxy('iron-autogrow-textarea')
 | 
|  class IronAutogrowTextarea extends HtmlElement with CustomElementProxyMixin, PolymerBase, IronFormElementBehavior, IronValidatableBehavior, IronControlState {
 | 
|    IronAutogrowTextarea.created() : super.created();
 | 
| 
 |