mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-07 06:00:03 +00:00
Bundle all dynamically loaded css (#28)
* static css * Fix css import in tests
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
import { addStylesheet } from "../utils";
|
||||
import "./spinner.css";
|
||||
|
||||
// @ts-ignore
|
||||
addStylesheet(import.meta.url);
|
||||
|
||||
export function createSpinner() {
|
||||
const div = document.createElement("div");
|
||||
|
||||
Reference in New Issue
Block a user