@chassis/core
Version:
CSS4 pre-processor and responsive framework for modern UI development
44 lines (34 loc) • 708 B
JavaScript
import parseValue from 'postcss-value-parser'
export default class AtRule {
constructor (atrule) {
this.
this.
this.
}
get params () {
return parseValue(this.
return ['string', 'word', 'function'].includes(arg.type)
})
}
get name () {
return this.
}
get root () {
return this.
}
error () {
return this.
}
replaceWith () {
this.
}
remove () {
this.
}
toString () {
return this.
}
}