Skip to content

Commit

Permalink
Remove article (#2090)
Browse files Browse the repository at this point in the history
* Remove article

The 'the' is superfluous / wrong. unpkg doesn't refer to itself as "the unpkg" or anything.

* Create violet-humans-care.md

Co-authored-by: Katie Langerman <langermank@github.com>
  • Loading branch information
Luckz and langermank committed Jul 26, 2022
1 parent edac9ed commit 8016e3c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/violet-humans-care.md
@@ -0,0 +1,5 @@
---
"@primer/css": patch
---

Remove article
2 changes: 1 addition & 1 deletion docs/content/getting-started/index.md
Expand Up @@ -119,7 +119,7 @@ Since GitHub pages is currently [locked to version `1.5.2` of `jekyll-sass-conve

## Using Primer CSS on a static site

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:
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 [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@^20.2.4/dist/primer.css" rel="stylesheet" />
Expand Down

0 comments on commit 8016e3c

Please sign in to comment.