
Security News
GitHub Actions Checkout Now Blocks Risky pull_request_target Checkouts
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.
@tylertech/forge-tailwind
Advanced tools
A Tailwind CSS v4 theme that maps to Tyler Forge design tokens, enabling seamless use of Forge's design system with Tailwind utility classes.
npm install @tylertech/forge-tailwind
Peer dependencies:
@tylertech/forge ^3.0.0tailwindcss >=4.0.0Import the theme in your main CSS file:
@import "@tylertech/forge-tailwind";
This provides:
p-4, gap-large, m-xlarge, etc.rounded-sm, rounded-lg, rounded-full, etc.shadow-sm, shadow-lg, shadow-4, etc.z-surface, z-dialog, z-tooltip, etc.border-thin, border-medium, border-thick, etc.duration-short-1, ease-standard, etc.bg-surface, bg-primary, text-high, border-outline, etc.text-heading4, text-body1, text-label2, etc.<!-- Flex layout with gap -->
<div class="flex items-center gap-2">
<forge-icon name="info"></forge-icon>
<span class="text-body2">Information</span>
</div>
<!-- Grid layout -->
<div class="grid grid-cols-3 gap-4">
<forge-card>...</forge-card>
<forge-card>...</forge-card>
<forge-card>...</forge-card>
</div>
<!-- Spacing and margin -->
<div class="p-4 mb-6">
<h2 class="text-heading5 mb-2">Section Title</h2>
<p class="text-body2 text-medium">Section content</p>
</div>
FAQs
Tailwind CSS theme using Forge design tokens
We found that @tylertech/forge-tailwind demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 6 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.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.