Replies: 1 comment 4 replies
-
Thanks, although I find it surprising to implement an e-commerce website with Docusauurs but why not 😅 We already have an issue for Tailwind, but have other things to work on for now unfortunately: #2961 Most likely in the future we'll have both the classic Infima theme and Tailwind, both implementing the same design, but using a different styling solution under the hood. |
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
-
Docusaurus is in my opinion the best React framework now to build anything in React, even if people seem to associate it with only document websites (incidentally we built an entire e-commerce site on Docusaurus).
My only issue is that Docusaurus still relies on Infima for the presentation/CSS layer. Infima is not really maintained, and it is way behind other CSS framworks. In the React world, Tailwind has become a standard. Can Docusaurus move to Tailwind from Infima? Now I know you can easily install Tailwind on Docusaurus, but still so much of the styling defaults to Infima for the classic theme, it's sort of a pain to track it all down and make custom CSS adjustments. So my suggestion is to ditch Infima and just base the entire theme on Tailwind. This will make styling much easier.
Thanks for listening and all your hard work in making Docusaurus.
Beta Was this translation helpful? Give feedback.
All reactions