css-to-tailwind icon indicating copy to clipboard operation
css-to-tailwind copied to clipboard

Convert CSS code to Tailwindcss syntax in real time

Results 8 css-to-tailwind issues
Sort by recently updated
recently updated
newest added

Feel free to close, just opening to say thanks for creating this! I use this heavily in my app and want to let you know how useful this library has...

I'm encountering difficulties while using the package to convert CSS to Tailwind CSS, particularly in handling nested classes and selectors, for the purpose of converting styled-component based projects to Tailwind...

- Converts the Sass to CSS for use in the CSS to Tailwind function

font-size:3rem output: text-[3rem] expected: text-5xl

Hello @hymhub! First of all, thank you for building this package! I've been going through some experiments with it and found out the `dark` modifier isn't detected, is that expected...

If you type a box-shadow in CSS. For example: `box-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);` It turns into: `[box-shadow:inset_0_2px_4px_0_rgb(0_0_0_/_0.05)]` It should be: `shadow-inner`

[@charset, @font-face, @import, @keyframes] syntax does not support conversion when I pasted this url content https://shofy.botble.com/themes/shofy/css/theme.css But nothing was converted when errors were found.