When I paste HTML & CSS into Bricks, the elements are converted and classes are applied correctly. However:
-
In the Structure panel, all elements currently show generic labels like
div,heading,text, etc. There should be a setting to display the actual class names instead of generic labels. -
Inline styles containing IDs or other attributes are not currently converted; these should also be supported.
-
CSS property handling needs improvement:
-
Currently,
background: redgoes into Custom CSS, butbackground-color: redis correctly converted to the Background Color field. -
Conversion should handle both shorthand and longhand properties, as well as properties like background color, background image, and gradients properly for better mapping.
-
Overall, the feature should support full attribute conversion and improved CSS property handling for more accurate element rendering.

