mirror of
https://github.com/picocss/pico.git
synced 2025-04-24 02:16:15 -04:00
fix: classless documentation page
This commit is contained in:
parent
ed1933c187
commit
6188437d1f
2 changed files with 5 additions and 5 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue