📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 07:49:11
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
autoprefixer
/
lib
/
hacks
📍 /home/orkouolp/web/testing.orkobd/laravel/node_modules/autoprefixer/lib/hacks
🔄 Refresh
✏️
Editing: image-set.js
Writable
let Value = require('../value') class ImageSet extends Value { /** * Use non-standard name for WebKit and Firefox */ replace(string, prefix) { let fixed = super.replace(string, prefix) if (prefix === '-webkit-') { fixed = fixed.replace(/("[^"]+"|'[^']+')(\s+\d+\w)/gi, 'url($1)$2') } return fixed } } ImageSet.names = ['image-set'] module.exports = ImageSet
💾 Save Changes
❌ Cancel