diff --git a/docs/classless.html b/docs/classless.html index 528845d5..e6c1ab09 100644 --- a/docs/classless.html +++ b/docs/classless.html @@ -20,10 +20,10 @@ $enable-classes: false; // Import Pico -@import "@picocss/pico/scss/pico";

The code above will compile Pico with the containers defined like this:

// Containers
+@import "@picocss/pico/scss/pico";

The code above will compile Pico with the containers defined like this:

// Containers
 #root > header,
 #root > main,
 #root > footer {
   
 }
-
\ No newline at end of file + \ No newline at end of file diff --git a/docs/src/classless.html b/docs/src/classless.html index 7f689cc7..53551793 100644 --- a/docs/src/classless.html +++ b/docs/src/classless.html @@ -63,9 +63,7 @@ // Import Pico @import "@picocss/pico/scss/pico"; - - -

The code above will compile Pico with the containers defined like this:

+

The code above will compile Pico with the containers defined like this:

// Containers
 #root > header,
@@ -75,6 +73,8 @@
 }
 
+ + ${require('./_footer.html')}