Replies: 2 comments 2 replies
-
So you mean for the tailwind to pick up all the colors from CSS file? Would that be the only colors or you would like to have whole palette with shades? |
Beta Was this translation helpful? Give feedback.
2 replies
-
I believe that what cssstats (code is open source) is doing would be a good inspiration to get started on this idea! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Idea Description
Possibility to create a tailwind.config.js file out of a css file.
Reasons
There are situations where someone might get one or a bunch of css files and wants to use the custom colors and some other elements and organize them in a tailwind.config.js file.
This can help develop the html template with tailwind css or can help a developer to migrate to TailwindCSS easily.
There can be a possibility to convert from Bootstrap to TailwindCSS.
Beta Was this translation helpful? Give feedback.
All reactions