Uname : Linux premium36.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Soft : LiteSpeed
Ip : 198.54.115.237
Port : 443
~
/
home
/
emranchoice
/
roomellotravel.com
/
wp-content
/
plugins
/
extendify
/
src
/
Library
/
util
[ HOME ]
Exec
Submit
css.js
import apiFetch from '@wordpress/api-fetch'; // Add required rules here and they will be checked in Launch // previews and added to Additional CSS export const requiredCSSVars = { '--wp--preset--spacing--30': 'clamp(1.5rem, 5vw, 2rem)', '--wp--preset--spacing--40': 'clamp(1.8rem, 1.8rem + ((1vw - 0.48rem) * 2.885), 3rem)', '--wp--preset--spacing--50': 'clamp(2.5rem, 8vw, 4rem)', '--wp--preset--spacing--60': 'clamp(2.5rem, 8vw, 6rem)', '--wp--preset--spacing--70': 'clamp(3.75rem, 10vw, 7rem)', '--wp--preset--spacing--80': 'clamp(5rem, 5.25rem + ((1vw - 0.48rem) * 9.096), 8rem)', }; export const addGlobalCSS = async (missingCSSVars) => { const id = window.extSharedData.globalStylesPostID; const { styles, settings } = await apiFetch({ path: `/wp/v2/global-styles/${id}`, }); // If any of the rules are already in the CSS, don't add them missingCSSVars = missingCSSVars.filter( (key) => !styles?.css?.includes(`${key}:`), ); if (!missingCSSVars.length) return; const missingCSSVarsString = missingCSSVars.reduce((acc, key) => { acc += `${key}: ${requiredCSSVars[key]};\n`; return acc; }, ':root {\n') + '\n}'; apiFetch({ path: `/wp/v2/global-styles/${id}`, method: 'PATCH', data: { id, settings, styles: { ...styles, css: // Preserve the existing css (styles?.css ?? '') + (styles?.css ? '\n' : '') + missingCSSVarsString, }, }, }); };
Submit
Back
Folder Name
Submit
File Name
File Content
Submit
Name
Type
Size
Permission
Last Modified
Actions
.
dir
-
0755
2025-11-03 06:59:51
..
dir
-
0755
2025-11-03 06:59:51
css.js
text/x-java
1.39 KB
0644
2024-04-19 01:21:00
dom.js
text/plain
233 B
0644
2023-10-21 12:04:20
insert.js
text/x-java
3.47 KB
0644
2025-06-09 05:02:32