@windicss/plugin-utils
Advanced tools
Comparing version
@@ -379,3 +379,3 @@ var __create = Object.create; | ||
// src/resolveOptions.ts | ||
var jiti = (0, import_jiti.default)(__filename, {cache: false}); | ||
var jiti = (0, import_jiti.default)(__filename, {requireCache: false, cache: false}); | ||
function isResolvedOptions(options) { | ||
@@ -822,3 +822,3 @@ return options.__windi_resolved; | ||
const attributifyStyle = processor.attributify(attributesObject); | ||
updateLayers(attributifyStyle.styleSheet.children, "__attributify", false); | ||
updateLayers(attributifyStyle.styleSheet.children, "__attributify"); | ||
attributes.length = 0; | ||
@@ -825,0 +825,0 @@ } |
{ | ||
"name": "@windicss/plugin-utils", | ||
"version": "0.16.0-beta.21", | ||
"version": "0.16.0-beta.22", | ||
"description": "Common utils for building integrations of Windi CSS", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
74970
0.04%