文件操作 - background-clip.js
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/autoprefixer/lib/hacks/background-clip.js
编辑文件内容
let Declaration = require('../declaration') let utils = require('../utils') class BackgroundClip 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 }) ) } } check(decl) { return decl.value.toLowerCase() === 'text' } } BackgroundClip.names = ['background-clip'] module.exports = BackgroundClip
修改文件时间
将文件时间修改为当前时间的前一年
删除文件