📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 22:15:24
📂
/ (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.js
Writable
let Declaration = require('../declaration') const BASIC = [ 'none', 'underline', 'overline', 'line-through', 'blink', 'inherit', 'initial', 'unset' ] class TextDecoration extends Declaration { /** * Do not add prefixes for basic values. */ check(decl) { return decl.value.split(/\s+/).some(i => !BASIC.includes(i)) } } TextDecoration.names = ['text-decoration'] module.exports = TextDecoration
💾 Save Changes
❌ Cancel