📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 12:51:32
📂
/ (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: text-decoration-skip-ink.js
Writable
let Declaration = require('../declaration') class TextDecorationSkipInk extends Declaration { /** * Change prefix for ink value */ set(decl, prefix) { if (decl.prop === 'text-decoration-skip-ink' && decl.value === 'auto') { decl.prop = prefix + 'text-decoration-skip' decl.value = 'ink' return decl } else { return super.set(decl, prefix) } } } TextDecorationSkipInk.names = [ 'text-decoration-skip-ink', 'text-decoration-skip' ] module.exports = TextDecorationSkipInk
💾 Save Changes
❌ Cancel