diff --git a/types/lib/mixins/element-mixin.d.ts b/types/lib/mixins/element-mixin.d.ts index 3d98b8423a..1deede8d03 100644 --- a/types/lib/mixins/element-mixin.d.ts +++ b/types/lib/mixins/element-mixin.d.ts @@ -198,6 +198,9 @@ declare namespace Polymer { * * These properties are retained unless a value of `null` is set. * + * Note: This function does not support updating CSS mixins. + * You can not dynamically change the value of an `@apply`. + * * @param properties Bag of custom property key/values to * apply to this element. */