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
The current demo doesn't show the content of the subheading attribute anywhere, instead it is set up as an attribute of the h1. Are we supposed to conjure attr magic in order to show the content?
Yes, we used attr by design. We didn't really see the point of creating another element inside or along side the H1 for the subheading. The :after pseudo element gave it to us for free.
The current demo doesn't show the content of the
subheading
attribute anywhere, instead it is set up as an attribute of the h1. Are we supposed to conjureattr
magic in order to show the content?Or is this a bug? :)
I'm specifically referring to this demo: https://github.com/x-tag/appbar/blob/master/demo/testpage.html
The text was updated successfully, but these errors were encountered: