WXL
3 天以前 9bce51f651aad297ef9eb6df832bfdaf1de05d84
node_modules/postcss/lib/processor.js
@@ -7,7 +7,7 @@
class Processor {
  constructor(plugins = []) {
    this.version = '8.5.6'
    this.version = '8.5.10'
    this.plugins = this.normalize(plugins)
  }