📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 09:48: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: display-grid.js
Writable
let Value = require('../value') class DisplayGrid extends Value { constructor(name, prefixes) { super(name, prefixes) if (name === 'display-grid') { this.name = 'grid' } } /** * Faster check for flex value */ check(decl) { return decl.prop === 'display' && decl.value === this.name } } DisplayGrid.names = ['display-grid', 'inline-grid'] module.exports = DisplayGrid
💾 Save Changes
❌ Cancel