芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/test.joruridoctor.com/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