🔧 npm update
This commit is contained in:
8
node_modules/postcss/lib/result.js
generated
vendored
8
node_modules/postcss/lib/result.js
generated
vendored
@@ -3,6 +3,10 @@
|
||||
let Warning = require('./warning')
|
||||
|
||||
class Result {
|
||||
get content() {
|
||||
return this.css
|
||||
}
|
||||
|
||||
constructor(processor, root, opts) {
|
||||
this.processor = processor
|
||||
this.messages = []
|
||||
@@ -32,10 +36,6 @@ class Result {
|
||||
warnings() {
|
||||
return this.messages.filter(i => i.type === 'warning')
|
||||
}
|
||||
|
||||
get content() {
|
||||
return this.css
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = Result
|
||||
|
||||
Reference in New Issue
Block a user