flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
13
VISUALIZACION/node_modules/css-tree/lib/syntax/function/element.js
generated
vendored
Executable file
13
VISUALIZACION/node_modules/css-tree/lib/syntax/function/element.js
generated
vendored
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
// https://drafts.csswg.org/css-images-4/#element-notation
|
||||
// https://developer.mozilla.org/en-US/docs/Web/CSS/element
|
||||
module.exports = function() {
|
||||
this.scanner.skipSC();
|
||||
|
||||
var children = this.createSingleNodeList(
|
||||
this.IdSelector()
|
||||
);
|
||||
|
||||
this.scanner.skipSC();
|
||||
|
||||
return children;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue