Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add how to use with Tailwindcss to docs #143

Open
silveltman opened this issue Apr 3, 2023 · 1 comment
Open

Add how to use with Tailwindcss to docs #143

silveltman opened this issue Apr 3, 2023 · 1 comment

Comments

@silveltman
Copy link

silveltman commented Apr 3, 2023

With a bit of trial and error I found out that tailwind can be used by adding shared/styles/[your-filename].scss with the following content:

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

Is there something I'm missing why this is not recommended? If not, I think it would be a good idea to add this possibility to the documentation.

@bglw
Copy link
Contributor

bglw commented Apr 5, 2023

This does work — before recommending it though I want to get things working in the component browser, as that won't currently work. (And whether it does work is SSG-dependent)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants