diff --git a/docs/components/compile/compile.mdx b/docs/components/compile/compile.mdx
index b38a231..6414cb2 100644
--- a/docs/components/compile/compile.mdx
+++ b/docs/components/compile/compile.mdx
@@ -19,7 +19,7 @@ A simple function to compile a React component to an HTML string with the Onedoc
const html = await compile();
```
-
+
@@ -27,7 +27,7 @@ A simple function to compile a React component to an HTML string with the Onedoc
import { compile } from "@fileforge/react-print";
-
+ Hello World!
;
```
diff --git a/docs/components/css.mdx b/docs/components/css.mdx
deleted file mode 100644
index 130cab9..0000000
--- a/docs/components/css.mdx
+++ /dev/null
@@ -1,117 +0,0 @@
----
-title: CSS
-icon: css3-alt
-description: "Allows adding CSS to the document while securely parsing and escaping it.
-
-NB: While you can add regular CSS with the `