feat: add dev colourpicker with irojs

This commit is contained in:
SethBurkart123
2025-03-17 13:33:21 +11:00
parent d42dc79415
commit ef890ee776
4 changed files with 475 additions and 39 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ export async function init() {
// TEMP FIX for bug! -> this is a hack to get the injected.css file to have HMR in development mode as this import system is currently broken with crxjs
if (import.meta.env.MODE === "development") {
import("./css/injected.scss")
import("../css/injected.scss")
} else {
const injectedStyle = document.createElement("style")
injectedStyle.textContent = injectedCSS