Looking for recommendations on CSS to less or CSS to sass conversion tools. I've come across a couple like and , but unsure of their reliability. Any insights or recommendations on other tools would be highly appreciated. I have a sizable CSS code base for a white label solution that could greatly benefit from a CSS preprocessor, but manual conversion to sass/less seems like a huge task.
Thanks in advance.
EDIT: Interested in hearing about experiences with using tools (like the ones mentioned) to convert a large CSS code base to a CSS preprocessor like SASS or LESS. Any other practical ways of achieving this? What challenges did you face? Is it worth the effort? Or are these metalanguages only suitable for new projects starting from scratch?