Manuel
Manuel
This is still happening today: This: ```html import { fade } from "svelte/transition"; ``` will get converted into: ```html import "../app.postcss"; import { fade } from "svelte/transition"; ```
This seems to be working as expected right now
In that case, everything seems to be done here. Closing this now.
This is generally done. We might need to improve the script in some places, see #219 #269
I personally don't agree with the above. If somebody decides to implement mdsvex and tailwindcss into his project, this is the expected behavior by default. Svelte-adds main goal is to...
For anyone in the future encountering this in the future, you are required to execute your command like this ``` npm create @svelte-add/kit@latest app -- --with typescript+scss ``` instead of...
I have pushed a commit and released it with a more meaningful error message. Also, the other error you mention got fixed at the same time, see #234
It looks like this is not happending anymore
This does not seem to be happening anymore
Are you still able to reproduce that? I just tried it locally, and everything seemed to be setup fine without any exception.