1
1
mirror of https://github.com/primer/css.git synced 2024-11-26 23:56:04 +03:00

Update CDN link with version 19 (#2022)

This commit is contained in:
Renan Martins 2022-04-08 08:48:53 -04:00 committed by GitHub
parent 15fed50c15
commit 8f66d7b1c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -122,5 +122,5 @@ Since GitHub pages is currently [locked to version `1.5.2` of `jekyll-sass-conve
You won't need to install any node modules or Sass compilers for a static site; you can use the built CSS. The best thing to do is to [download the built CSS](https://unpkg.com/@primer/css/dist/primer.css) from the [unpkg.com](https://unpkg.com) and host it yourself. If that's not an option, you can include a CDN link in your HTML:
```html
<link href="https://unpkg.com/@primer/css@^16.0.0/dist/primer.css" rel="stylesheet" />
<link href="https://unpkg.com/@primer/css@^19.0.0/dist/primer.css" rel="stylesheet" />
```