文件操作 - print-color-adjust.js
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/autoprefixer/lib/hacks/print-color-adjust.js
编辑文件内容
let Declaration = require('../declaration') class PrintColorAdjust extends Declaration { /** * Return property name by spec */ normalize() { return 'print-color-adjust' } /** * Change property name for WebKit-based browsers */ prefixed(prop, prefix) { if (prefix === '-moz-') { return 'color-adjust' } else { return prefix + 'print-color-adjust' } } } PrintColorAdjust.names = ['print-color-adjust', 'color-adjust'] module.exports = PrintColorAdjust
修改文件时间
将文件时间修改为当前时间的前一年
删除文件