Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
enh: rewrite JSDelivr URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
marcop135 committed Aug 31, 2023
1 parent 3f188ec commit 048a440
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,19 +127,13 @@ gulp
<meta charset="utf-8">
<title>bullframe.css starter template</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

<!-- bullframe.css: use latest compiled and minified version -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bullframe.css/dist/css/bullframe.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bullframe.css@4/dist/css/bullframe.min.css">
</head>

<body>
<div class="bf-container">
<!-- Add your site or application content here -->
<p>Hello world! This is a bullframe.css starter template</p>
</div>

</body>
</html>
```
Expand Down Expand Up @@ -168,7 +162,7 @@ Just drop the snippet below in the `<head>` of your webpage, and the job is done
Write semantic HTML and get nice styles and cross-browser normalization.

```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bullframe.css/dist/css/bullframe-classless.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bullframe.css@4/dist/css/bullframe-classless.min.css">

<!-- Center the page (optional) -->
<style>
Expand Down Expand Up @@ -201,7 +195,7 @@ Read more [on MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefe
CDN

```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bullframe.css/dist/css/bullframe-system-default.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bullframe.css">
```

### Utilities - Reference
Expand Down

0 comments on commit 048a440

Please sign in to comment.