summaryrefslogtreecommitdiffhomepage
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/console/app/.opencode/agent/css.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/console/app/.opencode/agent/css.md b/packages/console/app/.opencode/agent/css.md
index d0ec43a48..d5e68c7bf 100644
--- a/packages/console/app/.opencode/agent/css.md
+++ b/packages/console/app/.opencode/agent/css.md
@@ -49,7 +49,7 @@ use data attributes to represent different states of the component
}
```
-this will allow jsx to control the syling
+this will allow jsx to control the styling
avoid selectors that just target an element type like `> span` you should assign
it a slot name. it's ok to do this sometimes where it makes sense semantically