learning-software-engineering / learning-software-engineering.github.io

MIT License
15 stars 202 forks source link

Finished extending tailwind section #502

Closed SanzSS closed 6 months ago

SanzSS commented 6 months ago

Extended guide on tailwind with:

-Common pitfalls, such as not configuring your Tailwind properly. -Advanced usages, such as how to customize your Tailwind to add your own custom classes and plugins, for example. -Integration with React, Angular and Vue, specifically setting Tailwind up in those frameworks and sample usages. -Additional resources for things like tailwind plugins and extensive guides/examples on how Tailwind works with the frameworks listed above.

Please ignore initial commit with Jest, did not realize a page had been dedicated to it already.

This closes #501