Spaces:
No application file
No application file
SEO: Update description
Browse files
README.md
CHANGED
|
@@ -1,24 +1,15 @@
|
|
| 1 |
---
|
| 2 |
title: "Tailwind CSS Design System Manager VS Code Extension"
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: 4.44.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
-
tags:
|
| 12 |
-
- frontend
|
| 13 |
-
- web-development
|
| 14 |
-
- javascript
|
| 15 |
-
- react
|
| 16 |
-
- tailwind
|
| 17 |
-
- css
|
| 18 |
-
- design
|
| 19 |
-
- system
|
| 20 |
-
- manager
|
| 21 |
---
|
|
|
|
| 22 |
# Tailwind CSS Design System Manager VS Code Extension
|
| 23 |
|
| 24 |
Your Tailwind config is scattered across files, your design tokens live in comments, and your team keeps reinventing the same components. The Tailwind CSS Design System Manager VS Code Extension centralizes everything you need in one place—right inside your editor.
|
|
@@ -70,28 +61,11 @@ The manager fully supports custom configs and Tailwind plugins, parsing and orga
|
|
| 70 |
|
| 71 |
**Get instant control over your Tailwind design system—buy the extension now and build your next project 10x faster.**
|
| 72 |
|
| 73 |
-
##
|
| 74 |
-
|
| 75 |
-
1. Click **Use in Spaces** above to run the demo directly
|
| 76 |
-
2. Or clone the repository and run locally:
|
| 77 |
-
|
| 78 |
-
```bash
|
| 79 |
-
git clone https://huggingface.co/spaces/WealthFromAI/tailwind-css-design-system-manager-vs-code-extension-a15b
|
| 80 |
-
cd tailwind-css-design-system-manager-vs-code-extension-a15b
|
| 81 |
-
pip install -r requirements.txt
|
| 82 |
-
python app.py
|
| 83 |
-
```
|
| 84 |
-
|
| 85 |
-
## 💰 Pricing
|
| 86 |
|
| 87 |
- **Demo**: Free on Hugging Face Spaces
|
| 88 |
- **Full Source Code**: $7.99
|
| 89 |
-
- Available on [Gumroad](https://gumroad.com) and [Whop](https://whop.com)
|
| 90 |
-
|
| 91 |
-
## 📄 License
|
| 92 |
-
|
| 93 |
-
MIT License — free to use, modify, and distribute.
|
| 94 |
|
| 95 |
---
|
| 96 |
|
| 97 |
-
*Built with [FORGE-X](https://github.com/WealthFromAI)
|
|
|
|
| 1 |
---
|
| 2 |
title: "Tailwind CSS Design System Manager VS Code Extension"
|
| 3 |
+
emoji: "🤖"
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: "4.44.0"
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
+
|
| 13 |
# Tailwind CSS Design System Manager VS Code Extension
|
| 14 |
|
| 15 |
Your Tailwind config is scattered across files, your design tokens live in comments, and your team keeps reinventing the same components. The Tailwind CSS Design System Manager VS Code Extension centralizes everything you need in one place—right inside your editor.
|
|
|
|
| 61 |
|
| 62 |
**Get instant control over your Tailwind design system—buy the extension now and build your next project 10x faster.**
|
| 63 |
|
| 64 |
+
## Pricing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 65 |
|
| 66 |
- **Demo**: Free on Hugging Face Spaces
|
| 67 |
- **Full Source Code**: $7.99
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 68 |
|
| 69 |
---
|
| 70 |
|
| 71 |
+
*Built with [FORGE-X](https://github.com/WealthFromAI)*
|