fix: classless documentation page

This commit is contained in:
Lucas Larroche 2022-10-03 09:05:14 +07:00
parent ed1933c187
commit 6188437d1f
2 changed files with 5 additions and 5 deletions

View File

@ -20,10 +20,10 @@
<i>$enable-classes</i>: <u>false</u>;
<em>// Import Pico</em>
<b>@import</b> <u>"@picocss/pico/scss/pico"</u>;</code></pre></section><p>The code above will compile Pico with the containers defined like this:</p><pre><code><em>// Containers</em>
<b>@import</b> <u>"@picocss/pico/scss/pico"</u>;</code></pre><p>The code above will compile Pico with the containers defined like this:</p><pre><code><em>// Containers</em>
<i>#root</i> > <b>header</b>,
<i>#root</i> > <b>main</b>,
<i>#root</i> > <b>footer</b> {
<em></em>
}
</code></pre><footer><hr><p><small>Code licensed <a href="https://github.com/picocss/pico/blob/master/LICENSE.md" class="secondary">MIT</a></small></p></footer></div></main><script src="js/commons.min.js"></script></body></html>
</code></pre></section><footer><hr><p><small>Code licensed <a href="https://github.com/picocss/pico/blob/master/LICENSE.md" class="secondary">MIT</a></small></p></footer></div></main><script src="js/commons.min.js"></script></body></html>

View File

@ -63,9 +63,7 @@
<em>// Import Pico</em>
<b>@import</b> <u>"@picocss/pico/scss/pico"</u>;</code></pre>
</section>
<p>The code above will compile Pico with the containers defined like this:</p>
<p>The code above will compile Pico with the containers defined like this:</p>
<pre><code><em>// Containers</em></em>
<i>#root</i> > <b>header</b>,
@ -75,6 +73,8 @@
}
</code></pre>
</section>
${require('./_footer.html')}
</div>