Connect tailwind tokens #1
Reference in New Issue
Block a user
Delete Branch "adilallo/FigmaTokensSetup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Set Up Figma Token System with Supernova
Overview
This PR integrates the Figma design token system into the React project using Supernova.io. Supernova is connected directly to the CommunityRule Figma project and automatically exports a
tailwind.cssfile containing all tokens (colors, spacing, typography, radii, etc.). This file is imported intoglobals.cssand consumed across the app.Changes
tailwind.cssfile with design tokensglobals.cssfor global usage--breakpoint-xsm: 429px--breakpoint-sm: 430px--breakpoint-md: 640px--breakpoint-lg: 1024px--breakpoint-xl: 1440pxNotes
How to Test
tailwind.cssis being imported throughglobals.css.Screenshots