Releases: RoninForge/roninforge-tailwind-v4
Releases · RoninForge/roninforge-tailwind-v4
v1.0.2
v1.0.1 - Review Fixes
Fixes from second code review
- Correct outline-none: still works in v4, outline-hidden preferred for accessibility (was incorrectly marked as removed)
- Change rename table header from "no longer exist" to "were renamed"
- Downgrade outline-none validation severity from High to Low
- Fix v4 fixture package.json: use real plugin versions (0.5.x, not 4.0.0 which doesn't exist)
- Fix space-/divide- selector change description
- Scope Node.js 20+ requirement to upgrade tool only (v4 itself supports Node 18+)
v1.0.0 - Initial Release
Cursor plugin for Tailwind CSS v4
Prevents v3 hallucinations with verified v4 patterns, migration skills, and anti-pattern detection.
What's included
5 rule files (auto-attached based on file type):
- Core v4 syntax (always active)
- Anti-pattern detection - 12 common AI mistakes (always active)
- CSS-first configuration (@theme, @source, build tools)
- Utility class rules (renames, container queries, gradients, new variants)
- v3-to-v4 migration process (agent-requested)
3 skills:
/tw-migrate- Scan a v3 project and generate a complete migration plan/tw-component- Generate UI components with correct v4 classes and accessibility/tw-validate- Audit a project for v3/v4 version mixing
1 subagent:
tailwind-reviewer- Reviews code for v3 patterns, accessibility, and theming issues
Reference docs:
- Complete v4 reference sourced from official Tailwind CSS upgrade guide
Test infrastructure:
- v3 and v4 sample project fixtures
- 38-check validation script
- CI workflow via GitHub Actions
Install
Clone into your Cursor plugins directory:
git clone https://github.com/RoninForge/roninforge-tailwind-v4.git ~/.cursor/plugins/local/roninforge-tailwind-v4Or copy rules/skills into your project:
git clone https://github.com/RoninForge/roninforge-tailwind-v4.git
cp -r roninforge-tailwind-v4/rules/* your-project/.cursor/rules/
cp -r roninforge-tailwind-v4/skills/* your-project/.cursor/skills/
cp -r roninforge-tailwind-v4/agents/* your-project/.cursor/agents/