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
-- ftd.text foo: some text
link: /
color if $LINK-ACTIVE: red
color if $VISITED: green
Etc. All style attributes can be conditional on these new variables. We will not allow non style attributes to use these variables, eg link if $VISITED: / is not allowed, it will be a compilation error.
For each component containing such attributes we will create a class. So eg for foo we will create:
The text was updated successfully, but these errors were encountered: