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
A directive that makes labels inside it relative to the start of itself:
label: dat label ; 0
label2: dat label2 ; 1
.block {
label3: dat label3 ; 0
label: dat label ; 1, no conflict b/c new scope
}
dat label3 ; either 2 or no reference. 2 would be more useful, no ref more consistent