0

I'm working on a project with snowpack to bundle my typescript and tailwindcss files. By default Postcss looks for the tailwinds main.css file with

@tailwind base;
@tailwind components;
@tailwind utilities;

//Other styles

In the root of the project. But I want to change this to the /public directory. Where can I configure this.

I found documentation mentioning this exact purpose here which gave a hyper link to the solution. But the redirected page is not even mentioning this option to my knowledge.

0 Answers0