We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deno.json
{ "imports": { "@components/": "./src/components/", "@utils/": "./src/utils/", "@theming/": "./src/theming/", } }
I use import styles in index file
import "./src/theming/baseline.scss";
I got an error when try to start vite.
Error: The following dependencies are imported but could not be resolved: @theming/baseline.scss
ts/tsx/js files import correctly, problem exactly with scss files, but vite work with these files out the box
ts/tsx/js
scss
If I replace the relative imports, works fine
The text was updated successfully, but these errors were encountered:
No branches or pull requests
deno.json
I use import styles in index file
I got an error when try to start vite.
ts/tsx/js
files import correctly, problem exactly withscss
files, but vite work with these files out the boxIf I replace the relative imports, works fine
The text was updated successfully, but these errors were encountered: