diff --git a/src/utils/themes/usercss/compiler.ts b/src/utils/themes/usercss/compiler.ts index be05ce4f7..6844a0c86 100644 --- a/src/utils/themes/usercss/compiler.ts +++ b/src/utils/themes/usercss/compiler.ts @@ -8,7 +8,7 @@ import { Settings } from "@api/Settings"; import { getLess, getStylus } from "@utils/dependencies"; import { Logger } from "@utils/Logger"; -import { usercssParse as usercssParse } from "."; +import { usercssParse } from "."; const UserCSSLogger = new Logger("UserCSS:Compiler", "#d2acf5");