first commit
This commit is contained in:
9
build/node_modules/css-tree/lib/syntax/function/expression.js
generated
vendored
Normal file
9
build/node_modules/css-tree/lib/syntax/function/expression.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
var List = require('../../utils/list');
|
||||
|
||||
// legacy IE function
|
||||
// expression '(' raw ')'
|
||||
module.exports = function() {
|
||||
return new List().appendData(
|
||||
this.Raw(this.scanner.currentToken, 0, 0, false, false)
|
||||
);
|
||||
};
|
||||
Reference in New Issue
Block a user