lit-heroicons
Advanced tools
Comparing version 0.6.3 to 0.6.4
@@ -9,6 +9,6 @@ import { css, html, LitElement } from "lit"; | ||
static styles = css` | ||
:host([size="full"]) { | ||
:host { | ||
width: 100%; | ||
} | ||
:host([size="s"]) { | ||
/* :host([size="s"]) { | ||
width: 14px; | ||
@@ -21,3 +21,3 @@ } | ||
width: 32px; | ||
} | ||
} */ | ||
`; | ||
@@ -24,0 +24,0 @@ |
{ | ||
"name": "lit-heroicons", | ||
"version": "0.6.3", | ||
"version": "0.6.4", | ||
"description": "Heroicons for Lit (Project based on heroicons)", | ||
@@ -5,0 +5,0 @@ "main": "heroicon.ts", |
177576