From ed1933c187ae9425b92d840cabe140de3ceb129e Mon Sep 17 00:00:00 2001 From: Lucas Larroche Date: Sun, 2 Oct 2022 20:01:31 +0700 Subject: [PATCH] docs: update Gatsby link --- docs/classless.html | 2 +- docs/src/classless.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 */