lit-heroicons
Advanced tools
Comparing version 0.6.5 to 0.6.6
@@ -8,2 +8,13 @@ import { css, html, LitElement } from "lit"; | ||
export class Heroicon extends LitElement { | ||
static get styles() { | ||
return [ | ||
super.styles, | ||
css` | ||
div { | ||
color: red; | ||
} | ||
`, | ||
]; | ||
} | ||
@property() | ||
@@ -10,0 +21,0 @@ name: HeroIconName = "LightningBolt"; |
{ | ||
"name": "lit-heroicons", | ||
"version": "0.6.5", | ||
"version": "0.6.6", | ||
"description": "Heroicons for Lit (Project based on heroicons)", | ||
@@ -5,0 +5,0 @@ "main": "heroicon.ts", |
177492
1784