😇Frequently Asked Questions (FAQ)

Can I use SASS, SCSS, or LESS with this app?

No, the app currently supports only vanilla HTML and CSS3. You need to convert SASS, SCSS, or LESS to CSS before using the app.

What if the code works in the Webflow Designer but not on the published site?

If the CSS code works in the Webflow Designer but not on the published site, please add the CSS code within a <style> tag inside an embed element. This ensures proper functionality across both the Designer and the live site.

Does the app validate the HTML and CSS code?

No, we do not completely validate the code. Please ensure your HTML and CSS are correct before starting the conversion.

How does the app handle SVGs?

The app supports batch processing of multiple SVGs. You can paste multiple SVGs at once and customize attributes such as width, height, fill, and stroke.

How are combo classes managed in Webflow?

The app creates single classes and adds combo classes as attributes. However, only the first class in the combo is added to the element since Webflow currently does not support the creation of combo classes. This limitation will be resolved once Webflow provides support for combo classes.

Are there any limitations with reserved attributes?

Some reserved attributes may be removed upon publishing. In such cases, please build those elements manually to ensure they function correctly.

What should I do if I encounter issues with the converted elements?

Double-check your HTML and CSS for any errors. If issues persist, manually adjust the elements within Webflow to ensure they display and function correctly.

Can I use this app to integrate third-party code into Webflow?

Yes, you can use the app to integrate unique components and third-party code by converting raw HTML and CSS into Webflow elements.

Last updated