
Company News
Andrew Becherer Joins Socket as Chief Information Security Officer
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.
@empjs/plugin-tailwindcss
Advanced tools
base tailwindcss v4
pnpm add @empjs/plugin-tailwindcss-D
pnpm add tailwindcss // 需要在落地项目安装、否则引入css会报错、暂时没找到解决方案
import pluginTailwindcss from '@empjs/plugin-tailwindcss'
import {defineConfig} from '@empjs/cli'
export default defineConfig(({mode, env}) => {
return {
plugins: [pluginTailwindcss()],
}
})
tailwindcss 已经集成都插件、只需直接引入即可
import type {Config} from '@empjs/plugin-tailwindcss/tailwindcss'
export default {
important: '.tw-host',
} satisfies Config
FAQs
base tailwind 4
The npm package @empjs/plugin-tailwindcss receives a total of 78 weekly downloads. As such, @empjs/plugin-tailwindcss popularity was classified as not popular.
We found that @empjs/plugin-tailwindcss demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.

Company News
Replit is integrating Socket Firewall into its AI-powered development experience to help protect builders from malicious open source packages.

Security News
npm confirmed a tooling bug incorrectly marked several one-character packages as security holders and said it was working on a rollback.