
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@cs-magic/tailwindcss-config
Advanced tools
CS Magic 项目的共享 TailwindCSS 配置。
npm install --save-dev @cs-magic/tailwindcss-config
# 或
yarn add -D @cs-magic/tailwindcss-config
在你的 tailwind.config.js 中:
module.exports = {
// 使用预设配置
presets: [require('@cs-magic/tailwindcss-config')],
// 添加你自己的配置来覆盖预设
theme: {
extend: {
// 你的自定义主题配置
}
},
// 添加额外的插件
plugins: [
// 你的额外插件
]
}
配置包括明暗两种主题模式:
// 使用浅色主题颜色
bg-background-primary
text-text-primary
border-border-light
// 使用深色主题颜色
dark:bg-dark-background-primary
dark:text-dark-text-primary
dark:border-dark-border-light
包含预设的动画类:
<div class="animate-fade-in">淡入效果</div>
<div class="animate-slide-in">滑入效果</div>
FAQs
Shared TailwindCSS configurations for CS Magic projects
We found that @cs-magic/tailwindcss-config demonstrated a not healthy version release cadence and project activity because the last version was released 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.