You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So when it comes to the step on the guide that says to modify it to look like this:
constkonstaConfig=require('konsta/config');// wrap your config with konstaConfigmodule.exports=konstaConfig({// rest of your usual Tailwind CSS config here
...
});
I am following the installation guide at https://konstaui.com/svelte/installation
After completing the suggested installation guide for installing Tailwind https://tailwindcss.com/docs/guides/sveltekit (Maybe this is what I'm doing wrong)
My tailwind.config.js file looks like this:
So when it comes to the step on the guide that says to modify it to look like this:
I'm not sure at that point on what I should do. Should I have followed this guide https://tailwindcss.com/docs/installation and not the SvelteKit one?
Or maybe the documentation should include also this code?
The text was updated successfully, but these errors were encountered: