refactor: Still trying to reorganize edit mode to be more robust
This commit is contained in:
parent
85faf502c4
commit
c5a5b26797
487 changed files with 94669 additions and 144 deletions
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(null, false)
|
||||
);
|
||||
}
|
||||
|
||||
module.exports = expressionFn;
|
||||
Loading…
Add table
Add a link
Reference in a new issue