@cicada/render
Advanced tools
Comparing version 1.1.8-alpha21 to 1.1.8-alpha22
@@ -59,3 +59,3 @@ 'use strict'; | ||
(0, _util.each)(oldClassNames, function (cls) { | ||
if (!classNames.includes(cls)) { | ||
if (!classNames.includes(cls) && !/^css-/.test(cls)) { | ||
discard.push(cls); | ||
@@ -62,0 +62,0 @@ } |
@@ -151,4 +151,3 @@ 'use strict'; | ||
// const displayNoneStyle = createStylesheet(DISPLAY_NONE, 'display: none !important;') | ||
var displayNoneStyle = createStylesheet(DISPLAY_NONE, 'display: none !important;'); | ||
function updateAppearanceRef(id) { | ||
@@ -155,0 +154,0 @@ var _ref = refCache[id] || {}, |
{ | ||
"name": "@cicada/render", | ||
"version": "1.1.8-alpha21", | ||
"version": "1.1.8-alpha22", | ||
"main": "./lib/index.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
383204