[ci] format
This commit is contained in:
parent
644825845c
commit
4105491732
1 changed files with 1 additions and 4 deletions
|
@ -42,8 +42,5 @@ function isStyle(node: Node): node is HTMLStyleElement {
|
||||||
}
|
}
|
||||||
|
|
||||||
function isViteInjectedStyle(node: Node): node is HTMLStyleElement {
|
function isViteInjectedStyle(node: Node): node is HTMLStyleElement {
|
||||||
return (
|
return isStyle(node) && !!node.getAttribute('data-vite-dev-id');
|
||||||
isStyle(node) &&
|
|
||||||
!!node.getAttribute('data-vite-dev-id')
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue