X7ROOT File Manager
Current Path:
/home/notabjze/pyirates.net/wp-content/plugins/extendify/src/Library/util
home
/
notabjze
/
pyirates.net
/
wp-content
/
plugins
/
extendify
/
src
/
Library
/
util
/
ðŸ“
..
📄
css.js
(1.39 KB)
📄
dom.js
(233 B)
📄
insert.js
(1.41 KB)
Editing: 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 && style.includes(varName), ); }); };
Upload File
Create Folder