diff --git a/docs/next/stylesheet.html b/docs/next/stylesheet.html
index d6c3812681e..8196a135994 100644
--- a/docs/next/stylesheet.html
+++ b/docs/next/stylesheet.html
@@ -60,11 +60,6 @@
By moving styles away from the render function, you're making the code easier to understand.
Naming the styles is a good way to add meaning to the low level components in the render function.
-Performance:
-
-- Making a stylesheet from a style object makes it possible to refer to it by ID instead of creating a new style object every time.
-- It also allows to send the style only once through the bridge. All subsequent uses are going to refer an id (not implemented yet).
-
Methods
setStyleAttributePreprocessor
diff --git a/docs/next/stylesheet/index.html b/docs/next/stylesheet/index.html
index d6c3812681e..8196a135994 100644
--- a/docs/next/stylesheet/index.html
+++ b/docs/next/stylesheet/index.html
@@ -60,11 +60,6 @@
- By moving styles away from the render function, you're making the code easier to understand.
- Naming the styles is a good way to add meaning to the low level components in the render function.
-Performance:
-
-- Making a stylesheet from a style object makes it possible to refer to it by ID instead of creating a new style object every time.
-- It also allows to send the style only once through the bridge. All subsequent uses are going to refer an id (not implemented yet).
-
Methods