📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 07:49:14
📂
/ (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: grid-column-align.js
Writable
let Declaration = require('../declaration') class GridColumnAlign extends Declaration { /** * Do not prefix flexbox values */ check(decl) { return !decl.value.includes('flex-') && decl.value !== 'baseline' } /** * Change IE property back */ normalize() { return 'justify-self' } /** * Change property name for IE */ prefixed(prop, prefix) { return prefix + 'grid-column-align' } } GridColumnAlign.names = ['grid-column-align'] module.exports = GridColumnAlign
💾 Save Changes
❌ Cancel