New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@speckle/tailwind-theme

Package Overview
Dependencies
Maintainers
2
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@speckle/tailwind-theme

Speckle tailwind theme used in frontend 2 and other apps

latest
npmnpm
Version
2.28.0
Version published
Weekly downloads
29
-73.64%
Maintainers
2
Weekly downloads
 
Created
Source

tailwind-theme

Tailwind theme used in frontend 2 and other apps.

Setup

  • Install the package
  • In your tailwind config import plugin from @speckle/tailwind-theme and @tailwindcss/forms and add them to your plugins array
  • Import tailwindContentEntries from @speckle/tailwind-theme/tailwind-configure and invoke it in the contents field in your Tailwind config to ensure PurgeCSS is configured correctly. It requires the CJS require object as its only parameter. If it isn't available (in an ESM environment), you can use node's createRequire().

Development

  • Link this repo to wherever you're using this package. Unnecessary if you're using this package somewhere inside this monorepo.
  • Run yarn build to re-build

Viewer

Run yarn viewer to open the Tailwind Config Viewer in the browser.

Note 1: The project must be built first for this to work! Note 2: All of the custom colors that rely on CSS variables will only show the light mode version irregardless of the "Dark Mode" toggle. This is because of a limitation of Tailwind Config Viewer.

FAQs

Package last updated on 30 Jan 2026

Did you know?

Socket

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.

Install

Related posts