@interstice/button
Advanced tools
Comparing version 0.0.15 to 0.0.16
@@ -133,3 +133,3 @@ 'use strict'; | ||
} | ||
button * + * { | ||
button ::slotted(* + *) { | ||
margin-left: var(--button-gap, var(--gap)); | ||
@@ -136,0 +136,0 @@ } |
@@ -79,3 +79,3 @@ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var litElement=require("lit-element");class Button extends litElement.LitElement{static get properties(){return{type:{type:String},color:{type:String,reflect:!0},size:{type:String,reflect:!0},inverted:{type:Boolean,reflect:!0}}}static get styles(){return litElement.css` | ||
} | ||
button * + * { | ||
button ::slotted(* + *) { | ||
margin-left: var(--button-gap, var(--gap)); | ||
@@ -82,0 +82,0 @@ } |
@@ -128,3 +128,3 @@ import { html, css, LitElement } from 'lit-element'; | ||
} | ||
button * + * { | ||
button ::slotted(* + *) { | ||
margin-left: var(--button-gap, var(--gap)); | ||
@@ -131,0 +131,0 @@ } |
@@ -129,3 +129,3 @@ import { LitElement, css, html } from 'lit-element'; | ||
} | ||
button * + * { | ||
button ::slotted(* + *) { | ||
margin-left: var(--button-gap, var(--gap)); | ||
@@ -132,0 +132,0 @@ } |
@@ -79,3 +79,3 @@ import{LitElement,css,html}from"lit-element";class Button extends LitElement{static get properties(){return{type:{type:String},color:{type:String,reflect:!0},size:{type:String,reflect:!0},inverted:{type:Boolean,reflect:!0}}}static get styles(){return css` | ||
} | ||
button * + * { | ||
button ::slotted(* + *) { | ||
margin-left: var(--button-gap, var(--gap)); | ||
@@ -82,0 +82,0 @@ } |
{ | ||
"name": "@interstice/button", | ||
"description": "A button element using tailwindcss css variables", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
35034