feat(css): support at import preprocessed styles#8400
feat(css): support at import preprocessed styles#8400patak-cat merged 12 commits intovitejs:mainfrom
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).