v1.0 with SW PWA enabled
This commit is contained in:
2
frontend/node_modules/postcss-js/parser.js
generated
vendored
2
frontend/node_modules/postcss-js/parser.js
generated
vendored
@ -69,7 +69,7 @@ function atRule(parent, parts, value) {
|
||||
}
|
||||
|
||||
function parse(obj, parent) {
|
||||
let name, value, node
|
||||
let name, node, value
|
||||
for (name in obj) {
|
||||
value = obj[name]
|
||||
if (value === null || typeof value === 'undefined') {
|
||||
|
||||
Reference in New Issue
Block a user