format: prettify entire project
This commit is contained in:
4
node_modules/css-tree/cjs/syntax/function/expression.cjs
generated
vendored
4
node_modules/css-tree/cjs/syntax/function/expression.cjs
generated
vendored
@ -3,9 +3,7 @@
|
||||
// legacy IE function
|
||||
// expression( <any-value> )
|
||||
function expressionFn() {
|
||||
return this.createSingleNodeList(
|
||||
this.Raw(this.tokenIndex, null, false)
|
||||
);
|
||||
return this.createSingleNodeList(this.Raw(this.tokenIndex, null, false));
|
||||
}
|
||||
|
||||
module.exports = expressionFn;
|
||||
|
Reference in New Issue
Block a user