What is JSX pragma?
Theme UI uses custom JSX pragma to make JSX theme-aware. But what is JSX pragma?
Amberley Romo on August 2, 2019
Theme UI uses custom JSX pragma to make JSX theme-aware. But what is JSX pragma?
Theme UI helped me a lot to get this done quickly. Starting at the Design to Code Handoff (by using the same design tokens) and ending at using the breakpoint syntax in the GraphQL layer of Gatsby to individually style theme entries.
With Gatsby themes we want to make the experience of building a site as flexible and extensible as possible. Themes allow you to reuse site…