You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
transforming (1) index.htmlUnable to resolve `@import "import '@fontsource-variable/open-sans/standard.css';"` from /undebug
✓ 4 modules transformed.
x Build failed in 84ms
error during build:
Error: [vite:css] [postcss] ENOENT: no such file or directory, open 'import '@fontsource-variable/open-sans/standard.css';'
file: unfonts.css:undefined:NaN
The logic for variable is also odd, it does not matter if opsz is true or false, simply being there has unintended side effects.
The text was updated successfully, but these errors were encountered:
luastoned
changed the title
Fontsource loader writes wrong path
[Bug] Fontsource loader writes wrong path
Apr 26, 2024
luastoned
changed the title
[Bug] Fontsource loader writes wrong path
[Bug]: Fontsource loader writes wrong path
Apr 26, 2024
Hello,
these two cases push an additional / breaking
import
statement.unplugin-fonts/src/loaders/fontsource.ts
Lines 66 to 71 in a7e66d5
The build step then breaks:
The logic for variable is also odd, it does not matter if
opsz
is true or false, simply being there has unintended side effects.The text was updated successfully, but these errors were encountered: