Remove abstract renderStyle method from base-element

This commit is contained in:
Giorgio Garasto 2019-01-15 09:01:07 +01:00
parent 92ee0aab12
commit 96dffb4459

View File

@ -76,12 +76,6 @@ export abstract class BaseElement extends LitElement {
};
}
/**
* This function should be called in `render()` to add the styling for this
* component.
*/
abstract renderStyle(): TemplateResult;
/**
* Create and attach the MDC Foundation to the instance
*/