How to add new colors to tailwind-css and keep the originals ones ? #202
-
In short. |
Beta Was this translation helpful? Give feedback.
Answered by
AbidHasanPiash
Oct 25, 2022
Replies: 1 comment
-
in tailwind.config.js file:- |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
montasim
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
in tailwind.config.js file:-
theme: {
extend: {
//define your color hear
},
},