文件操作 - backdrop-filter.js
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/autoprefixer/lib/hacks/backdrop-filter.js
编辑文件内容
let Declaration = require('../declaration') let utils = require('../utils') class BackdropFilter extends Declaration { constructor(name, prefixes, all) { super(name, prefixes, all) if (this.prefixes) { this.prefixes = utils.uniq( this.prefixes.map(i => { return i === '-ms-' ? '-webkit-' : i }) ) } } } BackdropFilter.names = ['backdrop-filter'] module.exports = BackdropFilter
修改文件时间
将文件时间修改为当前时间的前一年
删除文件