From 868fba7c7fb2c0ae6ba45069fdd298e3c7101998 Mon Sep 17 00:00:00 2001 From: Tim van der Lippe Date: Sat, 10 Feb 2018 17:30:12 +0100 Subject: [PATCH] Update types --- types/lib/mixins/element-mixin.d.ts | 3 +++ 1 file changed, 3 insertions(+) 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. */