
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@edux-design/tokens
Advanced tools
Source of truth for the Edux design tokens. The package ships raw CSS + Tailwind-ready artifacts so every package/app can pull the exact same variables.
Source of truth for the Edux design tokens. The package ships raw CSS + Tailwind-ready artifacts so every package/app can pull the exact same variables.
Exports:
@edux-design/tokens/styles → compiled styles.css (utility classes, base styles).@edux-design/tokens/theme → theme-tailwind.css (Tailwind @theme file with custom properties).src/theme.css (source) defines the typography scale, spacing, radii, shadows, focus rings, etc.pnpm add @edux-design/tokens
# or
npm install @edux-design/tokens
Once installed you can import whichever artifact you need:
/* Global CSS entry */
@import "@edux-design/tokens/styles";
/* Tailwind v4 */
@import "@edux-design/tokens/theme";
Import the theme file at the top of your global stylesheet:
@import "@edux-design/tokens/theme";
@import "tailwindcss";
The custom properties (--color-…, --spacing-…, etc.) become available to Tailwind’s new @theme syntax, so utilities like bg-bg-primary-base map straight to the token values.
When you change a token inside src/theme.css, rebuild this package and bump the version so downstream packages pick up the new CSS.
pnpm --filter @edux-design/tokens build
pnpm --filter @edux-design/tokens dev # tsup watch + tailwind watch
pnpm --filter @edux-design/tokens lint
pnpm --filter @edux-design/tokens check-types
The build pipeline runs:
tsup for any JS helpers in src.tailwindcss to generate dist/styles.css.src/theme.css into dist/theme.css (and the Tailwind-specific file).--color-info-500, --spacing-16).FAQs
Source of truth for the Edux design tokens. The package ships raw CSS + Tailwind-ready artifacts so every package/app can pull the exact same variables.
We found that @edux-design/tokens demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.