📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 22:55:30
📂
/ (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: autofill.js
Writable
let Selector = require('../selector') let utils = require('../utils') class Autofill extends Selector { constructor(name, prefixes, all) { super(name, prefixes, all) if (this.prefixes) { this.prefixes = utils.uniq(this.prefixes.map(() => '-webkit-')) } } /** * Return different selectors depend on prefix */ prefixed(prefix) { if (prefix === '-webkit-') { return ':-webkit-autofill' } return `:${prefix}autofill` } } Autofill.names = [':autofill'] module.exports = Autofill
💾 Save Changes
❌ Cancel