Q: I had a few minutes to play with the demo on the website and noticed that it automatically generates new names for classes "div-1," etc.

Also, it includes CSS in the copied file. Is it possible to change how the naming of classes works, for example, to generate unique class names that are less human-readable by using random characters such as "hxMex" etc.? The other feature I'm wondering about is whether it is possible to generate CSS separately instead of including it in the copied code.

Mr.RobotPLUSJan 17, 2024
Founder Team
BrianUSA

BrianUSA

May 15, 2024

A: Right now the naming of classes happen as you mentioned ("div-1", "div-2"). We are adding an option to change that so you can get unique class names.

To generate CSS separately, we have "External CSS" option which will put all styles into <style> tag and you can get them through there.

Does these answer your questions? If not please let me know

Share
Helpful?
Log in to join the conversation