We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c6fe52 commit 1b56be0Copy full SHA for 1b56be0
.clinerules
@@ -16,6 +16,11 @@
16
- Logs can be found in `logs\app.log`
17
- Logfile is overwritten on each run to keep it to a manageable volume.
18
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
+
24
25
# Adding a New Setting
26
0 commit comments