Having difficulty connecting the CSS from my stylesheet, leveraging Bootstrap 5 classes, to the styles within the default Drapcode style. Is there somewhere I can access the stylesheet within Drapcode?
Looking for the best way to manage global styles and reference classes. Specific challenges I’m having on styling,
- Managing classes: The Bootstrap 5 stylesheet template I used doesn’t seem to have many of the classes within Drapcode. Additionally, Drapcode appears to use Component IDs, but I’m not sure how to manage these. Some reference the ID in the component style manager, but not in component settings.
- State settings: These are quite a pain to manage. I thought if I set the element values within static, and then “Auto” on other states would not result in me having to change all the state values. This could be easily mitigated with the ability to more easily manage global stylesheet in app.
- When I copy an element, the style added to the parent element does not get copied over. Is this because the new element references the class and doesn’t include the style elements modified?