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
This is really cool, I always wanted to have styling options of js objects to actually be part of the css. Terefore I am playing a little bit around with this idea. But how could we handle inheritance?
while var data = CustomProps.data($("div.someclass")); gives us the expected two properties, var data = CustomProps.data($("x")); does not give us all expected three properties.
The text was updated successfully, but these errors were encountered:
This is really cool, I always wanted to have styling options of js objects to actually be part of the css. Terefore I am playing a little bit around with this idea. But how could we handle inheritance?
i.e. css
and html
while
var data = CustomProps.data($("div.someclass"));
gives us the expected two properties,var data = CustomProps.data($("x"));
does not give us all expected three properties.The text was updated successfully, but these errors were encountered: