Fix imports

This commit is contained in:
redphx
2024-05-02 17:53:17 +07:00
parent 06c6b8c5af
commit e5ab7c93f9
3 changed files with 3 additions and 13 deletions

View File

@@ -1,6 +1,5 @@
import stylus from 'stylus';
// @ts-ignore
import cssStr from "@assets/css/styles.styl" with { type: "text" };
const generatedCss = await (stylus(cssStr, {})