mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Fix #2663 -> use jsDelivr instead
This commit is contained in:
@@ -43,7 +43,7 @@ import 'bulma/css/bulma.css'
|
|||||||
|
|
||||||
### CDN
|
### CDN
|
||||||
|
|
||||||
[https://cdnjs.com/libraries/bulma](https://cdnjs.com/libraries/bulma)
|
[https://www.jsdelivr.com/package/npm/bulma](https://www.jsdelivr.com/package/npm/bulma)
|
||||||
|
|
||||||
Feel free to raise an issue or submit a pull request.
|
Feel free to raise an issue or submit a pull request.
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title>Hello Bulma!</title>
|
<title>Hello Bulma!</title>
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/{{ site.data.meta.version }}/css/bulma.min.css">
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@{{ site.data.meta.version }}/css/bulma.min.css">
|
||||||
<script defer src="{{ site.data.icons.fontawesome5 }}"></script>
|
<script defer src="{{ site.data.icons.fontawesome5 }}"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ breadcrumb:
|
|||||||
use <strong>npm</strong> to install the Bulma package
|
use <strong>npm</strong> to install the Bulma package
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
use the cdnjs <strong>CDN</strong> to link to the Bulma stylesheet
|
use the <strong>jsDelivr CDN</strong> to link to the Bulma stylesheet
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
use the <strong>GitHub repository</strong> to get the latest development version
|
use the <strong>GitHub repository</strong> to get the latest development version
|
||||||
@@ -45,9 +45,9 @@ breadcrumb:
|
|||||||
</div>
|
</div>
|
||||||
<div class="media-content">
|
<div class="media-content">
|
||||||
<p class="title is-5">
|
<p class="title is-5">
|
||||||
Use the <a href="https://cdnjs.com/" target="_blank">cdnjs</a> <strong>CDN</strong>
|
Use the <a href="https://www.jsdelivr.com/" target="_blank">jsDelivr</a> <strong>CDN</strong>
|
||||||
<br>
|
<br>
|
||||||
<a href="https://cdnjs.com/libraries/bulma">https://cdnjs.com/libraries/bulma</a>
|
<a href="https://www.jsdelivr.com/package/npm/bulma">https://www.jsdelivr.com/package/npm/bulma</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
|
|||||||
Reference in New Issue
Block a user