tailwindo
tailwindo copied to clipboard
🔌 Convert Bootstrap CSS code to Tailwind CSS code
Good day, It was by good fortune that I discovered your repo. I went via a standard web search and got to [your page here](https://bestofphp.com/repo/awssat-tailwindo) on the Best of PHP...
Trying to install and receive the following ``` Problem 1 - awssat/tailwindo[3.0.0, ..., 3.0.4] require php ^7.2.0 -> your php version (8.1.5) does not satisfy that requirement. - awssat/tailwindo[3.0.5, ...,...
Make a tailwindo to run from a docker. Make a docker image file.
I have a Rails project which is using [HAML](https://haml.info/) as HTML template syntax. I tried converting the contained Bootstrap CSS to Tailwind and it TLDR about HAML: Instead of e.g....
When you parse using `--components=true` the css file generated works for the most part. The only main problem is that it generates duplicate classes if many elements with the same...
Thanks for making this tool! I think I found a small issue: ```css .btn-outline-primary { @apply text-blue-600 border-blue-600 hover:bg-blue-600 hover:text-white bg-white hover:bg-blue-600; } ``` has `hover:bg-blue-600` twice.
When using extract to a single file with the recursive option, a tailwindo-components.css file is create in each directory. For my use case at least it would be much better...
https://github.com/awssat/tailwindo/blob/6f8513c7728fb73f2daae81080f64f04f1718e0d/src/Framework/BootstrapFramework.php#L58-L67 Currently: https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.1.8 https://github.com/twbs/bootstrap/releases/tag/v5.2.0
Focus was added in v4.6.2, so the hover action range needs to be controlled.
I added a function convertClassToClassName() to convert all class="..." to className="..." for JSX/React output.