After a discussion in the Design System Daily, we're trying to see if it's possible to space headings paragraphs and other rich text elements the same way in code and in figma. This is the basic requirement for tokenisation.
### Tasks
- [ ] Create POC design page
- [ ] Recreate the design in code, using the same values for spacing
Conclusion: Margin collapse is not available in Figma, so we can't do much. If possible, designers use the elements margin-top/bottom tokens in Figma layouts. Developers use margin tokens when needed
After a discussion in the Design System Daily, we're trying to see if it's possible to space headings paragraphs and other rich text elements the same way in code and in figma. This is the basic requirement for tokenisation.