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 {
…
}
-