Comparing version 0.8.2 to 0.8.3
@@ -55,2 +55,8 @@ "use strict"; | ||
if (params === void 0) { params = {}; } | ||
// static cx = cx; | ||
// protected _update = (...args: CxArgs) => { | ||
// this.className = cx(this.className, ...args); | ||
// return this; | ||
// }; | ||
this._cache = {}; | ||
this.css = function () { | ||
@@ -57,0 +63,0 @@ var args = []; |
{ | ||
"name": "gwen", | ||
"version": "0.8.2", | ||
"version": "0.8.3", | ||
"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
1006839
18105