diff --git a/docs/classless.html b/docs/classless.html index 459c7192..528845d5 100644 --- a/docs/classless.html +++ b/docs/classless.html @@ -8,7 +8,7 @@ <link rel="stylesheet" href="https://unpkg.com/@picocss/pico@latest/css/pico.classless.min.css">
// Fluid viewport
<link rel="stylesheet" href="https://unpkg.com/@picocss/pico@latest/css/pico.fluid.classless.min.css">
-
If you need to customize the default parent (<body>
) for <header>
, <main>
, and <footer>
, you can recompile Pico by defining another CSS selector.
Useful for React, Gatsby or Next.js.
/* Custom Class-less version for React */
+
If you need to customize the default parent (<body>
) for <header>
, <main>
, and <footer>
, you can recompile Pico by defining another CSS selector.
Useful for React, Gatsby or Next.js.
/* Custom Class-less version for React */
// Set the root element
$semantic-root-element: "#root";
diff --git a/docs/src/classless.html b/docs/src/classless.html
index 6b854041..7f689cc7 100644
--- a/docs/src/classless.html
+++ b/docs/src/classless.html
@@ -47,7 +47,7 @@
If you need to customize the default parent (<body>
) for <header>
, <main>
, and <footer>
, you can recompile Pico by defining another CSS selector.
Useful for React, Gatsby or Next.js.
+Useful for React, Gatsby or Next.js.
/* Custom Class-less version for React */