mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 03:24:20 +00:00
Fix spacing in the "Via UNPKG" section
This commit is contained in:
parent
d0fe93113a
commit
4c4f93f76f
1 changed files with 6 additions and 24 deletions
|
@ -303,35 +303,17 @@
|
|||
Simply link the stylesheets in the header of your project like this:
|
||||
</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>
|
||||
<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">
|
||||
<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>
|
||||
/></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> />
|
||||
</code>
|
||||
</div>
|
||||
</section>
|
||||
<section class="panel box todo" id="panel-installtbd">
|
||||
|
|
Loading…
Reference in a new issue