Skip to content

Typography tokens

Han requested to merge feature/typography_tokens into main

So this mr is a few things highly intertwined.

  • prefixed all tailwind commands with `tw-`
  • prevent any tailwind conflicts by not including preflight
  • some changes to the storybook css, because it was hard to find individual patterns in the sidebar
  • tokens pages for spacing and typography
  • mixins for typography, header and links tokens
  • removed faker to stop so many diffs in storybook and started applying more type styles to some of the other components
  • added a new greenwich_design_system storybook - the idea of this is to begin to nest all of the storybooks we create under the greenwich_design_system 'brand' and not drupal_component_library

️ This means that make start now maps to the design system storybook and not the drupal component library one so when working on this project for the drupal work you will now need to run make watch-storybook-greenwich or make start-greenwich (this is what you would run if you were working on the drupal side of things so nothing has changed on this side)

image.pngimage.png

Edited by Han

Merge request reports

Loading