download
raw
471 Bytes
'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)

Xet Storage Details

Size:
471 Bytes
·
Xet hash:
395be66fb6727b007da283ca942420a8fe0133d8dcb4ff93043cfef50619768b

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.