stevezease / tailwind-converter

Website for converting css to tailwind
MIT License
271 stars 46 forks source link

cant convert background-image property #34

Open aamir-067 opened 10 months ago

aamir-067 commented 10 months ago

This tool is awasome but it have some limitations

  1. This can't convert backgrond image property
  2. if you use shortcuts like padding: 10px 20px; then its is not interchangable.
  3. it cant support manual units like for width: 120px it gives w-32 and for 130px and 140px this also gives w-32 ;(