All public Working Group meetings follow the Recording Policy for Open edX Meetings
\uD83D\uDDD3 Date
\uD83D\uDC65 Participants
\uD83E\uDD45 Goals
\uD83D\uDDE3 Discussion topics
Time | Item | Presenter | Notes |
---|---|---|---|
Composite tokens in | Why? Simpler tokens schema in JSON for theme authors, by combining style properties under a composite token vs. implementing separate tokens.
Docs:
Examples: { "shadow-token": { "$type": "shadow", "$value": { "color": "#00000080", "offsetX": "0.5rem", "offsetY": "0.5rem", "blur": "1.5rem", "spread": "0rem" } } } https://tr.designtokens.org/format/#typography (“Typography”) { "type styles": { "heading-level-1": { "$type": "typography", "$value": { "fontFamily": "Roboto", "fontSize": "42px", "fontWeight": 700, "letterSpacing": "0.1px", "lineHeight": 1.2 } } } } | ||