1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-12-22 03:24:20 +00:00

Always use the minified version of bluelib

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

View file

@ -302,14 +302,6 @@
<p>
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>
</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;