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 2e8d9d6 commit 9c32ec2Copy full SHA for 9c32ec2
docs/src/content/docs/start.mdx
@@ -52,7 +52,7 @@ The above code is 100% valid CSS and natively supported by browsers.
52
53
:::note
54
55
-MistCSS components support enum, boolean and string props. See [Writing Components](components).
+MistCSS components support enum, boolean and string props. See [Writing Components](component).
56
57
:::
58
@@ -75,6 +75,6 @@ export const App = () => <CustomButton variant="primary">Save</CustomButton>
75
76
77
78
-MistCSS supports creating React, Astro and Hono components. See [frameworks](frameworks).
+MistCSS supports creating React, Astro and Hono components. See [frameworks](./integration/frameworks).
79
80
-:::
+:::
0 commit comments