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 d918ea5 commit 37c4dc4Copy full SHA for 37c4dc4
1 file changed
apps/landing/src/app/(detail)/docs/api/box/page.mdx
@@ -26,21 +26,21 @@ The Box component defined above will render like this:
26
27
```tsx
28
function App() {
29
- return <div className="aa ab ac a-d" />
+ return <div className="a b c d" />
30
}
31
```
32
33
```css
34
-.aa {
+.a {
35
background: red;
36
37
-.ab {
+.b {
38
flex: 1;
39
40
-.ac {
+.c {
41
height: 100px;
42
43
-.a-d {
+.d {
44
width: 400px;
45
46
0 commit comments