HEX
Server: nginx/1.18.0
System: Linux test-ipsremont 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
User: ips (1000)
PHP: 8.0.30
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/quadcode/frontend/node_modules/postcss-gap-properties/index.es.mjs.map
{"version":3,"file":"index.es.mjs","sources":["index.js"],"sourcesContent":["import postcss from 'postcss';\n\n// gap shorthand property matcher\nconst gapPropertyRegExp = /^(column-gap|gap|row-gap)$/i;\n\nexport default postcss.plugin('postcss-gap-properties', opts => {\n\tconst preserve = 'preserve' in Object(opts) ? Boolean(opts.preserve) : true;\n\n\treturn root => {\n\t\t// for each shorthand gap, column-gap, or row-gap declaration\n\t\troot.walkDecls(gapPropertyRegExp, decl => {\n\t\t\t// insert a grid-* fallback declaration\n\t\t\tdecl.cloneBefore({\n\t\t\t\tprop: `grid-${decl.prop}`\n\t\t\t});\n\n\t\t\t// conditionally remove the original declaration\n\t\t\tif (!preserve) {\n\t\t\t\tdecl.remove();\n\t\t\t}\n\t\t})\n\t};\n});\n"],"names":["gapPropertyRegExp","postcss","plugin","opts","preserve","Object","Boolean","root","walkDecls","decl","cloneBefore","prop","remove"],"mappings":";;AAGA,MAAMA,iBAAiB,GAAG,6BAA1B;AAEA,YAAeC,OAAO,CAACC,MAAR,CAAe,wBAAf,EAAyCC,IAAI,IAAI;QACzDC,QAAQ,GAAG,cAAcC,MAAM,CAACF,IAAD,CAApB,GAA6BG,OAAO,CAACH,IAAI,CAACC,QAAN,CAApC,GAAsD,IAAvE;SAEOG,IAAI,IAAI;;IAEdA,IAAI,CAACC,SAAL,CAAeR,iBAAf,EAAkCS,IAAI,IAAI;;MAEzCA,IAAI,CAACC,WAAL,CAAiB;QAChBC,IAAI,EAAG,QAAOF,IAAI,CAACE,IAAK;OADzB,EAFyC;;UAOrC,CAACP,QAAL,EAAe;QACdK,IAAI,CAACG,MAAL;;KARF;GAFD;CAHc,CAAf;;;;"}