Sign in
chromium
/
devtools
/
devtools-frontend
/
de3fcf0a075ed797df8f5490eb00a7404f098a06
/
.
/
node_modules
/
css-tree
/
lib
/
syntax
/
atrule
/
font-face.js
blob: 48a0570af19bd006764dcd1ea4b0923b9dab5979 [
file
]
export
default
{
parse
:
{
prelude
:
null
,
block
()
{
return
this
.
Block
(
true
);
}
}
};