Comparing version 0.11.1 to 0.11.2
@@ -137,2 +137,6 @@ import { GwenBaseBase, GwenParams } from './GwenBaseBase'; | ||
mh: (arg: string | number | string[] | (string | number)[] | undefined) => this; | ||
mxh: (arg: string | number | string[] | (string | number)[] | undefined) => this; | ||
mnh: (arg: string | number | string[] | (string | number)[] | undefined) => this; | ||
mxw: (arg: string | number | string[] | (string | number)[] | undefined) => this; | ||
mnw: (arg: string | number | string[] | (string | number)[] | undefined) => this; | ||
f: (arg: string | number | string[] | (string | number)[] | undefined) => this; | ||
@@ -139,0 +143,0 @@ cg: (k: number) => this; |
@@ -107,2 +107,6 @@ "use strict"; | ||
_this.mh = function (arg) { return _this.ml(arg).mr(arg); }; | ||
_this.mxh = _this.maxHeight; | ||
_this.mnh = _this.minHeight; | ||
_this.mxw = _this.maxWidth; | ||
_this.mnw = _this.minWidth; | ||
_this.f = _this.flex; | ||
@@ -109,0 +113,0 @@ _this.cg = function (k) { |
{ | ||
"name": "gwen", | ||
"version": "0.11.1", | ||
"version": "0.11.2", | ||
"description": "A utility-first CSS library designed for brevity", | ||
@@ -5,0 +5,0 @@ "main": "./lib/src/index.js", |
Sorry, the diff of this file is not supported yet
440265
5363