PHP 8.2.31
Preview: dom.js Size: 217 B
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/extendify_old/src/Library/util/dom.js

export const hasCSSVar = (varName, cssRules = []) => {
	return Array.from(cssRules).some((rule) => {
		if (!rule.style) return false;
		return Array.from(rule.style).some((style) => style?.includes(varName));
	});
};

Directory Contents

Dirs: 0 × Files: 3

Name Size Perms Modified Actions
1.41 KB lrw-r--r-- 2026-02-19 03:27:14
Edit Download
217 B lrw-r--r-- 2026-02-19 03:27:14
Edit Download
3.47 KB lrw-r--r-- 2026-02-19 03:27:14
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).