lit-heroicons
Advanced tools
Comparing version 0.6.2 to 0.6.3
@@ -8,16 +8,16 @@ import { css, html, LitElement } from "lit"; | ||
export class Heroicon extends LitElement { | ||
// static styles = css` | ||
// :host([size="full"]) { | ||
// width: 100%; | ||
// } | ||
// :host([size="s"]) { | ||
// width: 14px; | ||
// } | ||
// :host([size="m"]) { | ||
// width: 18px; | ||
// } | ||
// :host([size="l"]) { | ||
// width: 32px; | ||
// } | ||
// `; | ||
static styles = css` | ||
:host([size="full"]) { | ||
width: 100%; | ||
} | ||
:host([size="s"]) { | ||
width: 14px; | ||
} | ||
:host([size="m"]) { | ||
width: 18px; | ||
} | ||
:host([size="l"]) { | ||
width: 32px; | ||
} | ||
`; | ||
@@ -24,0 +24,0 @@ @property() |
{ | ||
"name": "lit-heroicons", | ||
"version": "0.6.2", | ||
"version": "0.6.3", | ||
"description": "Heroicons for Lit (Project based on heroicons)", | ||
@@ -5,0 +5,0 @@ "main": "heroicon.ts", |
177585