first commit
This commit is contained in:
13
app_vue/node_modules/postcss/lib/comment.js
generated
vendored
Normal file
13
app_vue/node_modules/postcss/lib/comment.js
generated
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
'use strict'
|
||||
|
||||
let Node = require('./node')
|
||||
|
||||
class Comment extends Node {
|
||||
constructor(defaults) {
|
||||
super(defaults)
|
||||
this.type = 'comment'
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = Comment
|
||||
Comment.default = Comment
|
Reference in New Issue
Block a user