fix(core): update
This commit is contained in:
@ -6,6 +6,7 @@ tap.test('should create a static element', async () => {
|
||||
class MyButton extends deesElement.DeesElement {
|
||||
// STATIC
|
||||
public static styles = [
|
||||
deesElement.cssManager.defaultStyles,
|
||||
deesElement.css`
|
||||
.buttonClass {
|
||||
background: ${deesElement.cssManager.bdTheme('blue', 'black')};
|
||||
|
Reference in New Issue
Block a user