Can you share your global CSS parameters, so we can edit them effectively?
Otherwise it is a cat and mouse game to identify all elements you point and reset their values. (ie blockquote gets a 24px margin from your global CSS by default)
Not the list I was looking for, finding in inspect element and resetting them probably will be faster but thanks…
I am an old school front-end dev and the JS based CSS and object oriented nature of the styling is killing me, least efficient way to control the overall system styling.
Hi @yunus ,
there is no global style, as each component and each component are fully customizable, every style is dynamically generated.
We have a notion of design system for color and typography, but its up to you to use them.
There is also the custom css property, but this may interact incorrectly with all the properties already managed by the component (this is more to add advanced behavior not covered by the existing settings).
Seems like putting classes to everything and then managing them directly via custom Css or external CSS will be logical way to manage as there is not efficient class management or style management yet (like Webflow).