Why does shadcn-ui init adds container
to Tailwind config?
#2066
Answered
by
onurhan1337
inwardmovement
asked this question in
Q&A
-
Why does shadcn init adds this to
|
Beta Was this translation helpful? Give feedback.
Answered by
onurhan1337
Dec 10, 2023
Replies: 1 comment
-
After seeing the your discussion, I browsed around the project a little and saw that ``container` was not used in any component except the document page. In this way, I published a commit that removed the unused container from the necessary places. Thanks for your attention. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
inwardmovement
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After seeing the your discussion, I browsed around the project a little and saw that ``container` was not used in any component except the document page. In this way, I published a commit that removed the unused container from the necessary places. Thanks for your attention.
#2085