1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-10-16 05:37:28 +00:00

Fix spacing in the "Via UNPKG" section

This commit is contained in:
Steffo 2023-05-23 18:51:07 +02:00
parent d0fe93113a
commit 4c4f93f76f
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -303,35 +303,17 @@
Simply link the stylesheets in the header of your project like this:
</p>
<div class="panel">
<code>&lt;link
<wbr>
rel=&quot;stylesheet&quot;<wbr>
href=&quot;https://unpkg.com/@steffo/bluelib
<wbr>
@<var>VERSION</var>
<wbr>
/dist/
<wbr>
<var>RULESET</var>.<var>SELECTORSET</var>.css&quot;<wbr>
type=&quot;text/css&quot;<wbr>
/&gt;</code>
<code>
&lt;link <wbr>rel=&quot;stylesheet&quot;<wbr> href=&quot;https://unpkg.com/@steffo/bluelib<wbr>@<var>VERSION</var><wbr>/dist/<wbr><var>RULESET</var>.<var>SELECTORSET</var>.css&quot;<wbr> type=&quot;text/css&quot;<wbr> /&gt;
</code>
</div>
<p>
To save a bit extra bandwidth, at the cost of harder-to-read stylesheets, you can use minified stylesheets, like this:
</p>
<div class="panel">
<code>&lt;link
<wbr>
rel=&quot;stylesheet&quot;<wbr>
href=&quot;https://unpkg.com/@steffo/bluelib
<wbr>
@<var>VERSION</var>
<wbr>
/dist/
<wbr>
<var>RULESET</var>.<var>SELECTORSET</var>.min.css&quot;<wbr>
type=&quot;text/css&quot;<wbr>
/&gt;</code>
<code>
&lt;link <wbr>rel=&quot;stylesheet&quot; <wbr>href=&quot;https://unpkg.com/@steffo/bluelib<wbr>@<var>VERSION</var><wbr>/dist/<wbr><var>RULESET</var>.<var>SELECTORSET</var>.min.css&quot;<wbr> type=&quot;text/css&quot;<wbr> /&gt;
</code>
</div>
</section>
<section class="panel box todo" id="panel-installtbd">