πŸ˜‡Frequently Asked Questions (FAQ)

chevron-rightCan I use SASS, SCSS, or LESS with this app?hashtag

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

chevron-rightWhat if the code works in the Webflow Designer but not on the published site?hashtag

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.

chevron-rightDoes the app validate the HTML and CSS code?hashtag

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

chevron-rightHow does the app handle SVGs?hashtag

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.

chevron-rightHow are combo classes managed in Webflow?hashtag

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.

chevron-rightAre there any limitations with reserved attributes?hashtag

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

chevron-rightWhat should I do if I encounter issues with the converted elements?hashtag

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.

chevron-rightCan I use this app to integrate third-party code into Webflow?hashtag

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