1. 8
    Configure Tailwind in a Nx Monorepo With Potentially Multiple Apps and Libs
    2m 38s

Configure Tailwind in a Nx Monorepo With Potentially Multiple Apps and Libs

Share this video with your friends

Send Tweet

Monorepos might consist of multiple applications and libraries. As such, when we setup Tailwind, we might want to have certain workspace-wide global Tailwind settings which all of our applications should use (e.g. imagine company level branding colors etc). At the same time though, individual applications might have different requirements and thus need to adjust and overwrite the global Tailwind configuration. In this lesson, we learn how to have a global Nx monorepo workspace wide configuration that is imported into the application level individual Tailwind configurations

Prefer to read along as well? Here's the accompanying article.