It appears that the repository has undergone several changes and renamings:
This commit is contained in:
11
backend/node_modules/postcss/lib/stringify.js
generated
vendored
11
backend/node_modules/postcss/lib/stringify.js
generated
vendored
@ -1,11 +0,0 @@
|
||||
'use strict'
|
||||
|
||||
let Stringifier = require('./stringifier')
|
||||
|
||||
function stringify(node, builder) {
|
||||
let str = new Stringifier(builder)
|
||||
str.stringify(node)
|
||||
}
|
||||
|
||||
module.exports = stringify
|
||||
stringify.default = stringify
|
Reference in New Issue
Block a user