Sign in
chromium
/
devtools
/
devtools-frontend
/
main
/
.
/
node_modules
/
css-tree
/
lib
/
syntax
/
atrule
/
page.js
blob: 99fc15e5ffa29dc5e6c522e25584291fa94e1648 [
file
] [
log
] [
blame
]
export
default
{
parse
:
{
prelude
()
{
return
this
.
createSingleNodeList
(
this
.
SelectorList
()
);
},
block
()
{
return
this
.
Block
(
true
);
}
}
};