tailwind

A set of rules for Tailwind CSS, a framework that styles interfaces through reusable utility classes. It covers responsive layouts, interaction states, custom values, repeated styles, and spacing.

In plain words
What is it for?
For building mobile-first layouts, styling hover and focus states, reusing repeated patterns, setting custom values, and keeping spacing consistent.
Why use it?
It gives developers consistent conventions for writing Tailwind styles across screen sizes and common interface states.

Cursor rule for Cursor

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add rules/wangtingyeye/llm-agent-study/tailwind
Clone the repo
git clone --depth 1 https://github.com/WangTingYeYe/llm-agent-study

Made for: Cursor.

Per session 0 Nothing until a file matches its globs; then the whole rule loads.
When invoked 309 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00309
Opus 5 $0.00000 $0.00154
Sonnet 5 $0.00000 $0.00062
Haiku 4.5 $0.00000 $0.00031

Measured yesterday against content hash 5245279e4468, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

tailwind scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.cursor/rules/frameworks/tailwind.mdc · 55 lines

What it actually says


description: 该规则解释了 Tailwind CSS 约定、实用工具类和现代 UI 开发的最佳实践。 globs: **/*.css alwaysApply: false

Tailwind CSS 规则

  • 使用响应式前缀实现移动优先设计:
<div class="w-full md:w-1/2 lg:w-1/3">
  <!-- 移动设备上全宽,中等屏幕上占一半,大屏幕上占三分之一 -->
</div>
  • 为交互元素使用状态变体:
<button class="bg-blue-500 hover:bg-blue-600 focus:ring-2">
  点击我
</button>
  • 必要时使用 @apply 处理重复模式:
@layer components {
  .btn-primary {
    @apply px-4 py-2 bg-blue-500 text-white rounded hover:bg-blue-600;
  }
}
  • 对特定需求使用任意值:
<div class="top-[117px] grid-cols-[1fr_2fr]">
  <!-- 自定义定位和网格布局 -->
</div>
  • 使用间距工具实现一致的布局:
<div class="space-y-4">
  <div>项目 1</div>
  <div>项目 2</div>
</div>
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 55 lines · 0 tokens per session scan A 5245279e4468

Subscribe to this mod's changes

tailwind is a cursor rule published in the GitHub repository WangTingYeYe/llm-agent-study (4 stars, last pushed 1y ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 309 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.