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:
parent
4c4f93f76f
commit
f69cdfedf8
1 changed files with 0 additions and 8 deletions
|
@ -302,14 +302,6 @@
|
||||||
<p>
|
<p>
|
||||||
Simply link the stylesheets in the header of your project like this:
|
Simply link the stylesheets in the header of your project like this:
|
||||||
</p>
|
</p>
|
||||||
<div class="panel">
|
|
||||||
<code>
|
|
||||||
<link <wbr>rel="stylesheet"<wbr> href="https://unpkg.com/@steffo/bluelib<wbr>@<var>VERSION</var><wbr>/dist/<wbr><var>RULESET</var>.<var>SELECTORSET</var>.css"<wbr> type="text/css"<wbr> />
|
|
||||||
</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">
|
<div class="panel">
|
||||||
<code>
|
<code>
|
||||||
<link <wbr>rel="stylesheet" <wbr>href="https://unpkg.com/@steffo/bluelib<wbr>@<var>VERSION</var><wbr>/dist/<wbr><var>RULESET</var>.<var>SELECTORSET</var>.min.css"<wbr> type="text/css"<wbr> />
|
<link <wbr>rel="stylesheet" <wbr>href="https://unpkg.com/@steffo/bluelib<wbr>@<var>VERSION</var><wbr>/dist/<wbr><var>RULESET</var>.<var>SELECTORSET</var>.min.css"<wbr> type="text/css"<wbr> />
|
||||||
|
|
Loading…
Reference in a new issue