Move cssPrefix method to parent
Moved the cssPrefix
to StatelessWebComponent
class and just use this.constructor.name
as prefix which resolves to the calling class name
Closes #25 (closed)
Edited by Andi Staub
Moved the cssPrefix
to StatelessWebComponent
class and just use this.constructor.name
as prefix which resolves to the calling class name
Closes #25 (closed)