diff --git a/content/docs/getting-started/installation/_typescript.mdx b/content/docs/getting-started/installation/_typescript.mdx
index b57ff88..3d0dea2 100644
--- a/content/docs/getting-started/installation/_typescript.mdx
+++ b/content/docs/getting-started/installation/_typescript.mdx
@@ -5,6 +5,7 @@ If you're using TypeScript in your project, you'll need to set up the type defin
```tsx
///
+declare module '*.css';
```
@@ -15,4 +16,4 @@ Do not call this file:
- The same name as a folder in `node_modules`, e.g `react.d.ts`
By doing so, your types will not be picked up by the TypeScript compiler.
-
\ No newline at end of file
+