Missing steps on the installation guide #2094
Closed
MrAmericanMike
started this conversation in
General
Replies: 1 comment 4 replies
-
Ok I will add this to confirm what I though. <script>
import "../app.postcss";
</script>
<slot /> In my case my routes and svelte project in general is in |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Maybe the problem is that the guide assumes certain things will already be there, or because
svelte-add
isn't doing all it's supposed to do, but after the step that says to add tailwind using:We are left with an
app.postcss
file in our project and there is no mention about what to do with it.I did call it from
+layout.svelte
on myroutes
folder like so:import "../app.postcss";
I believe this step should be mentioned on the guide, or even better, a description on how to add tailwind to the project, not relaying on
svelte-add
Thanks in advance...
Beta Was this translation helpful? Give feedback.
All reactions