mirror of
https://github.com/picocss/pico.git
synced 2025-02-23 00:01:58 -05:00
fix: classless documentation page
This commit is contained in:
parent
ed1933c187
commit
6188437d1f
@ -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>
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user