You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.
As you develop the design language of an application you layout how certain components look e.g Headers, Inputs. While it's tempting to copy the tailwind directive across the elements, the better thing to do is define these styles in tailwind.config.js and then use those styles.
This will also allow us to change the styles in one central location.
This particular idea will be useful for web site based projects using Tailwind + Gatsby | Next
The text was updated successfully, but these errors were encountered:
As you develop the design language of an application you layout how certain components look e.g Headers, Inputs. While it's tempting to copy the tailwind directive across the elements, the better thing to do is define these styles in
tailwind.config.js
and then use those styles.This will also allow us to change the styles in one central location.
This particular idea will be useful for web site based projects using
Tailwind + Gatsby | Next
The text was updated successfully, but these errors were encountered: