Sign in
chromium
/
devtools
/
devtools-frontend
/
main
/
.
/
node_modules
/
css-tree
/
lib
/
syntax
/
atrule
/
media.js
blob: a9b0eb6ebe6b72238f1fe779a47c082b650b44da [
file
] [
log
] [
blame
]
export
default
{
parse
:
{
prelude
()
{
return
this
.
createSingleNodeList
(
this
.
MediaQueryList
()
);
},
block
(
isStyleBlock
=
false
)
{
return
this
.
Block
(
isStyleBlock
);
}
}
};