Skip to content

Commit 1b56be0

Browse files
committed
Convert PromptsView to tailwind
1 parent 7c6fe52 commit 1b56be0

File tree

3 files changed

+55
-190
lines changed

3 files changed

+55
-190
lines changed

.clinerules

+5
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
- Logs can be found in `logs\app.log`
1717
- Logfile is overwritten on each run to keep it to a manageable volume.
1818

19+
4. Styling Guidelines:
20+
- Use Tailwind CSS classes instead of inline style objects for new markup
21+
- VSCode CSS variables must be added to webview-ui/src/index.css before using them in Tailwind classes
22+
- Example: `<div className="text-md text-vscode-descriptionForeground mb-2" />` instead of style objects
23+
1924

2025
# Adding a New Setting
2126

0 commit comments

Comments
 (0)