mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 11:34:21 +00:00
Use wbr
to break a long code string
This commit is contained in:
parent
08d9f6e922
commit
4eac9bfbe8
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@
|
||||||
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">
|
<div class="panel">
|
||||||
<code><link rel="stylesheet" href="https://unpkg.com/@steffo/bluelib@<var>VERSION</var>/dist/<var>RULESET</var>.<var>SELECTORSET</var>.css" type="text/css"/></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>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section class="panel box todo" id="panel-installtbd">
|
<section class="panel box todo" id="panel-installtbd">
|
||||||
|
|
Loading…
Reference in a new issue