chore: update deps
This commit is contained in:
11
node_modules/css-tree/cjs/syntax/function/expression.cjs
generated
vendored
Normal file
11
node_modules/css-tree/cjs/syntax/function/expression.cjs
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
'use strict';
|
||||
|
||||
// legacy IE function
|
||||
// expression( <any-value> )
|
||||
function expressionFn() {
|
||||
return this.createSingleNodeList(
|
||||
this.Raw(this.tokenIndex, null, false)
|
||||
);
|
||||
}
|
||||
|
||||
module.exports = expressionFn;
|
Reference in New Issue
Block a user