You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to know (hook, subscribe, listen) before rendering (Preflight) what would be the inherited CSS styles of a inner element and somehow make on-the-fly changes to the element? For instance would somehow be possible to know that the following img inherits margin-left from p that will affect the maximum width I could set to the image in order to prevent it from going beyond the page right margin?
Hi,
Is there a way to know (hook, subscribe, listen) before rendering (Preflight) what would be the inherited CSS styles of a inner element and somehow make on-the-fly changes to the element? For instance would somehow be possible to know that the following
img
inheritsmargin-left
fromp
that will affect the maximum width I could set to the image in order to prevent it from going beyond the page right margin?Best Regards,
Sergio Fukaya
The text was updated successfully, but these errors were encountered: