flex-layout-system
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -700,2 +700,4 @@ /*! For license information please see full.min.js.LICENSE.txt */ | ||
--f-sb-fw: inherit; | ||
width: 100%; | ||
height: 100%; | ||
} | ||
@@ -702,0 +704,0 @@ :host([fb]) .box { |
@@ -700,2 +700,4 @@ /*! For license information please see index.min.js.LICENSE.txt */ | ||
--f-sb-fw: inherit; | ||
width: 100%; | ||
height: 100%; | ||
} | ||
@@ -702,0 +704,0 @@ :host([fb]) .box { |
@@ -15,7 +15,1 @@ import { Base } from "./base"; | ||
} | ||
export type FlexCanvasProps = { | ||
width?: string; | ||
mg?: string; | ||
pd?: string; | ||
flex?: boolean; | ||
}; |
@@ -43,3 +43,3 @@ { | ||
"dependencies": {}, | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Flex Layout System", | ||
@@ -46,0 +46,0 @@ "name": "flex-layout-system", |
@@ -65,7 +65,1 @@ import { LitElement, html, css, unsafeCSS } from "lit"; | ||
export type FlexCanvasProps = { | ||
width?: string; | ||
mg?: string; | ||
pd?: string; | ||
flex?: boolean; | ||
} |
@@ -429,2 +429,4 @@ /** | ||
--f-sb-fw: inherit; | ||
width: 100%; | ||
height: 100%; | ||
} | ||
@@ -431,0 +433,0 @@ :host([fb]) .box { |
229996
3584