📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-27 18:16:17
📂
/
/
opt
/
alt
/
alt-nodejs24
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
diff
/
libesm
/
diff
✏️
Editing: css.js
import Diff from './base.js'; class CssDiff extends Diff { tokenize(value) { return value.split(/([{}:;,]|\s+)/); } } export const cssDiff = new CssDiff(); export function diffCss(oldStr, newStr, options) { return cssDiff.diff(oldStr, newStr, options); }
💾 Save Changes
❌ Cancel