Sign in
chromium
/
devtools
/
devtools-frontend
/
3c3cd80fc6c3155451e67f5dc80bc8811368d9ce
/
.
/
node_modules
/
css-tree
/
lib
/
syntax
/
atrule
/
media.js
blob: f1483463a8228441409b326523f2ebd22c50970b [
file
]
module
.
exports
=
{
parse
:
{
prelude
:
function
()
{
return
this
.
createSingleNodeList
(
this
.
MediaQueryList
()
);
},
block
:
function
()
{
return
this
.
Block
(
false
);
}
}
};