Replies: 2 comments 7 replies
-
|
Yeah, you can use Tailwind with Docusaurus. Then add it to your module.exports = {
plugins: ['docusaurus-tailwindcss'],
};And in your @tailwind base;
@tailwind components;
@tailwind utilities;Here's the NPM package with more details. I also found this guide if you need it as an additional reference. |
Beta Was this translation helpful? Give feedback.
6 replies
This comment was marked as spam.
This comment was marked as spam.
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.
-
Can Tailwind CSS be used with Docusaurus? If yes, how can I do that?
Reference #2961
Beta Was this translation helpful? Give feedback.
All reactions