📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 10:19:03
📂
/ (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: inline-logical.js
Writable
let Declaration = require('../declaration') class InlineLogical extends Declaration { /** * Return property name by spec */ normalize(prop) { return prop.replace(/(margin|padding|border)-(start|end)/, '$1-inline-$2') } /** * Use old syntax for -moz- and -webkit- */ prefixed(prop, prefix) { return prefix + prop.replace('-inline', '') } } InlineLogical.names = [ 'border-inline-start', 'border-inline-end', 'margin-inline-start', 'margin-inline-end', 'padding-inline-start', 'padding-inline-end', 'border-start', 'border-end', 'margin-start', 'margin-end', 'padding-start', 'padding-end' ] module.exports = InlineLogical
💾 Save Changes
❌ Cancel