
Product
A Fresh Look for the Socket Dashboard
We’ve redesigned the Socket dashboard with simpler navigation, less visual clutter, and a cleaner UI that highlights what really matters.
@netlify/netlify-design-tokens
Advanced tools
Repo contains Netlify's design tokens for sharing across products and repos
Repo contains Netlify's design tokens for sharing across products and repos. These tokens are co-owned by Netlify's Engineering and Marketing teams.
Clone this repository, then run:
npm install
Changes should be made to relevant files in the tokens
folder.
Once tokens have been updated, you need to regenerate the CSS output (which lives in the dist/css
folder).
npm run build
We use Style Dictionary to generate the output.
New versions of the package are automatically published to NPM via the release-please
GitHub workflow:
@commitlint/cli
release-please
does the following:
Install the package in the project of your choice:
npm install @netlify/netlify-design-tokens
From there, you may import any of the dist
files into your codebase for reuse as desired:
@import '@netlify/netlify-design-tokens/dist/css/colors';
:root {
--colorBlack: var(--color-black-default);
}
@import '@netlify/netlify-design-tokens/dist/scss/colors';
$black: $color-black-default;
import tokens from '@netlify/netlify-design-tokens';
const black = tokens.color.black.default;
FAQs
Netlify's design tokens for sharing across products and repos
The npm package @netlify/netlify-design-tokens receives a total of 59,800 weekly downloads. As such, @netlify/netlify-design-tokens popularity was classified as popular.
We found that @netlify/netlify-design-tokens demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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.
Product
We’ve redesigned the Socket dashboard with simpler navigation, less visual clutter, and a cleaner UI that highlights what really matters.
Industry Insights
Terry O’Daniel, Head of Security at Amplitude, shares insights on building high-impact security teams, aligning with engineering, and why AI gives defenders a fighting chance.
Security News
MCP spec updated with structured tool output, stronger OAuth 2.1 security, resource indicators, and protocol cleanups for safer, more reliable AI workflows.