-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
New issue
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
feat(css): support at import preprocessed styles #8400
Conversation
Interesting. Let's discuss this feature in the next team meeting. |
I like this point #8397 (comment) so I move <style lang="scss">
@use "app"
</style> to <style>
@import url("./_app.scss")
</style> |
We discussed this in the last meeting and agreed that this would be a nice feature to have. Digging more into this PR, it seems to do a different thing than the PR title. It looks like this PR supports In either case, I think the former make sense and we could support it. I'll try to rebase the PR. |
/ecosystem-ci run |
📝 Ran ecosystem CI: Open
|
re-checking qwik vite-plugin-ssr, nuxt, marko, astro histoire, iles, rakkas, |
/ecosystem-ci run qwik |
perfect my error was with qwik |
Description
fix: #8397
fix: #11837
Additional context
support css pre-processor lang for index.html
What is the purpose of this pull request?
Before submitting the PR, please make sure you do the following
fixes #123
).