chore(server/dx): remove CSS import for now

This commit is contained in:
Elian Doran
2025-08-31 10:57:16 +03:00
parent 20bdae4a84
commit 0dafb86012

View File

@@ -21,7 +21,6 @@ import type AttributeMeta from "../meta/attribute_meta.js";
import type BBranch from "../../becca/entities/bbranch.js";
import type { Response } from "express";
import type { NoteMetaFile } from "../meta/note_meta.js";
import cssContent from "@triliumnext/ckeditor5/content.css";
type RewriteLinksFn = (content: string, noteMeta: NoteMeta) => string;
@@ -514,8 +513,6 @@ ${markdownContent}`;
if (!cssMeta.dataFileName) {
return;
}
archive.append(cssContent, { name: cssMeta.dataFileName });
}
try {