try to inline linked stylesheet when in same origin
This commit is contained in:
@@ -53,3 +53,7 @@ export type serializedNode =
|
||||
| commentNode;
|
||||
|
||||
export type serializedNodeWithId = serializedNode & { id: number };
|
||||
|
||||
export type tagMap = {
|
||||
[key: string]: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user